Changeset 3f3ee61 for functions.c
- Timestamp:
- Oct 29, 2008, 9:38:18 PM (16 years ago)
- Branches:
- master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 7e78e49
- Parents:
- e979da9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r559076c r3f3ee61 378 378 /* create the zwrite and send the message */ 379 379 owl_zwrite_create_from_line(&z, line); 380 owl_zwrite_populate_zsig(&z); 380 381 if (msg) { 381 382 owl_zwrite_set_message(&z, msg); … … 416 417 /* create the zwrite and send the message */ 417 418 owl_zwrite_create_from_line(&z, line); 419 owl_zwrite_populate_zsig(&z); 418 420 if (msg) { 419 421 owl_zwrite_set_message(&z, msg);
Note: See TracChangeset
for help on using the changeset viewer.