Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
ipc.c
Log Message:
Minor winops IPC function fix.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ipc.c,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -3 -r1.183 -r1.184
--- ipc.c 11 Oct 2004 20:28:56 -0000 1.183
+++ ipc.c 12 Nov 2004 17:10:59 -0000 1.184
@@ -107,7 +107,7 @@
{
int old, new;
- new = old = *item; /* Remember old value */
+ new = old = *item != 0; /* Remember old value */
if (value == NULL || value[0] == '\0')
new = !old;
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs