- Timestamp:
- Mar 24, 2011, 4:24:25 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- a5b5d00
- Parents:
- 283ff1e
- git-author:
- DD Liu <liudi@mit.edu> (11/06/10 22:35:54)
- git-committer:
- David Benjamin <davidben@mit.edu> (03/24/11 16:24:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
r7d969f3 re5da3fe 851 851 #ifdef HAVE_LIBZEPHYR 852 852 char *tmpbuff, *myuser, *to; 853 owl_message *mout;854 853 owl_zwrite *z; 855 854 … … 898 897 899 898 /* display the message as an admin message in the receive window */ 900 mout=owl_function_make_outgoing_zephyr(z); 901 owl_global_messagequeue_addmsg(&g, mout); 899 owl_function_add_outgoing_zephyrs(z); 902 900 owl_zwrite_delete(z); 903 901 #endif
Note: See TracChangeset
for help on using the changeset viewer.