Enlightenment CVS committal
Author : handyande
Project : e17
Module : apps/examine
Dir : e17/apps/examine/src
Modified Files:
examine_client.c
Log Message:
Workaround for bug in ecore_config that needs traced
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine_client.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- examine_client.c 25 Jul 2004 04:50:00 -0000 1.14
+++ examine_client.c 28 Jul 2004 10:46:55 -0000 1.15
@@ -403,6 +403,11 @@
Ewl_Widget *sibling;
ret = strstr(examine_client_buf, "=") + 1;
+ if (ret == 1) {
+ printf("OFFENDING STRING: %s\n", examine_client_buf);
+ return;
+ }
+
if (*ret == '"') {
ret++;
if (end = strstr(ret, "\""))
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs