Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    rf271129 rb9517cf  
    14231423    owl_fmtext_appendf_normal(&fm, "  Opcode    : %s\n", owl_message_get_opcode(m));
    14241424#ifdef HAVE_LIBZEPHYR
    1425     if (owl_message_is_direction_in(m)) {
     1425    n = owl_message_get_notice(m);
     1426    if (n != NULL) {
    14261427      char *tmpbuff, *tmpbuff2;
    14271428      int i, fields;
    1428 
    1429       n=owl_message_get_notice(m);
    14301429
    14311430      if (!owl_message_is_pseudo(m)) {
Note: See TracChangeset for help on using the changeset viewer.