Changes in functions.c [f271129:b9517cf]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
rf271129 rb9517cf 1423 1423 owl_fmtext_appendf_normal(&fm, " Opcode : %s\n", owl_message_get_opcode(m)); 1424 1424 #ifdef HAVE_LIBZEPHYR 1425 if (owl_message_is_direction_in(m)) { 1425 n = owl_message_get_notice(m); 1426 if (n != NULL) { 1426 1427 char *tmpbuff, *tmpbuff2; 1427 1428 int i, fields; 1428 1429 n=owl_message_get_notice(m);1430 1429 1431 1430 if (!owl_message_is_pseudo(m)) {
Note: See TracChangeset
for help on using the changeset viewer.