Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/eet
Dir : e17/libs/eet/src/bin
Modified Files:
eet_main.c
Log Message:
wrong return error handling. 0 == error, 1 == ok.
===================================================================
RCS file: /cvs/e/e17/libs/eet/src/bin/eet_main.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- eet_main.c 10 Apr 2008 09:12:43 -0000 1.14
+++ eet_main.c 1 Aug 2008 01:02:49 -0000 1.15
@@ -176,7 +176,7 @@
exit(-1);
}
fclose(f);
- if (eet_data_undump(ef, key, text, textlen, compress))
+ if (!eet_data_undump(ef, key, text, textlen, compress))
{
printf("cannot parse %s\n", out);
exit(-1);
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs