Changeset 0ff8fb57 for functions.c
- Timestamp:
- Jun 1, 2003, 1:46:49 PM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 31e48a3
- Parents:
- 440ce01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r440ce01 r0ff8fb57 1297 1297 owl_fmtext_append_normal(&fm, "\n"); 1298 1298 1299 owl_fmtext_append_normal(&fm, "Sender : "); 1300 owl_fmtext_append_normal(&fm, owl_message_get_sender(m)); 1301 owl_fmtext_append_normal(&fm, "\n"); 1302 1303 owl_fmtext_append_normal(&fm, "Recipient : "); 1304 owl_fmtext_append_normal(&fm, owl_message_get_recipient(m)); 1305 owl_fmtext_append_normal(&fm, "\n"); 1306 1307 1299 1308 if (owl_message_is_type_zephyr(m)) { 1300 1309 owl_fmtext_append_bold(&fm, " Zephyr Specific Info\n"); 1310 1301 1311 if (owl_message_is_direction_in(m)) { 1302 1312 n=owl_message_get_notice(m); … … 1306 1316 owl_fmtext_append_normal(&fm, "Instance : "); 1307 1317 owl_fmtext_append_normal(&fm, owl_message_get_instance(m)); 1308 owl_fmtext_append_normal(&fm, "\n");1309 owl_fmtext_append_normal(&fm, "Sender : ");1310 owl_fmtext_append_normal(&fm, owl_message_get_sender(m));1311 owl_fmtext_append_normal(&fm, "\n");1312 owl_fmtext_append_normal(&fm, "Recipient : ");1313 owl_fmtext_append_normal(&fm, owl_message_get_recipient(m));1314 1318 owl_fmtext_append_normal(&fm, "\n"); 1315 1319 owl_fmtext_append_normal(&fm, "Opcode : "); … … 1384 1388 } 1385 1389 1386 /* just for testing for now */1387 1390 for (j=0; j<strlen(tmpbuff); j++) { 1388 1391 if (tmpbuff[j]=='\n') tmpbuff[j]='~'; … … 1397 1400 owl_fmtext_append_normal(&fm, n->z_default_format); 1398 1401 } 1402 } 1403 1404 if (owl_message_is_type_aim(m)) { 1405 1399 1406 } 1400 1407
Note: See TracChangeset
for help on using the changeset viewer.