Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/eet
Dir : e17/libs/eet/src/lib
Modified Files:
eet_lib.c
Log Message:
bitching--
===================================================================
RCS file: /cvs/e/e17/libs/eet/src/lib/eet_lib.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -3 -r1.101 -r1.102
--- eet_lib.c 9 Apr 2008 08:27:17 -0000 1.101
+++ eet_lib.c 10 Apr 2008 09:12:43 -0000 1.102
@@ -483,17 +483,21 @@
/* write strings */
if (ef->ed)
- for (j = 0; j < ef->ed->count; ++j)
- if (ef->ed->all[j].str)
- {
- if (fwrite(ef->ed->all[j].str, ef->ed->all[j].len, 1, ef->fp) != 1)
- goto write_error;
- }
- else
- {
- if (fwrite(ef->ed->all[j].mmap, ef->ed->all[j].len, 1, ef->fp) !=
1)
- goto write_error;
- }
+ {
+ for (j = 0; j < ef->ed->count; ++j)
+ {
+ if (ef->ed->all[j].str)
+ {
+ if (fwrite(ef->ed->all[j].str, ef->ed->all[j].len, 1, ef->fp)
!= 1)
+ goto write_error;
+ }
+ else
+ {
+ if (fwrite(ef->ed->all[j].mmap, ef->ed->all[j].len, 1,
ef->fp) != 1)
+ goto write_error;
+ }
+ }
+ }
/* write data */
for (i = 0; i < num; i++)
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs