Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_ipc_codec.c Log Message: OK, so the codec was working - and I was thinking it was my fault :( =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_codec.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_ipc_codec.c 31 May 2005 03:01:53 -0000 1.4 +++ e_ipc_codec.c 2 Jun 2005 23:29:58 -0000 1.5 @@ -169,7 +169,8 @@ { E_Ipc_Str *str_node; - str_node->str = l->data; + str_node = malloc(sizeof(E_Ipc_Str)); + str_node = l->data; list = evas_list_append(list, str_node->str); } if (dest) *dest = list; ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs