Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        Eet.h eet_lib.c 


Log Message:


return useful info

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/src/lib/Eet.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Eet.h       5 Mar 2003 22:47:29 -0000       1.8
+++ Eet.h       16 Jun 2003 13:39:42 -0000      1.9
@@ -141,7 +141,7 @@
     * @return Success or failure of the write.
     * 
     * This function will write the specified chunk of data to the eet file
-    * and return 1 on success. 0 will be returned on failure.
+    * and return greater than 0 on success. 0 will be returned on failure.
     * 
     * The eet file handle must be a valid file handle for an eet file opened 
     * for writing. If it is not, 0 will be returned and no action will be
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/src/lib/eet_lib.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- eet_lib.c   3 Feb 2003 01:07:58 -0000       1.6
+++ eet_lib.c   16 Jun 2003 13:39:42 -0000      1.7
@@ -842,7 +842,7 @@
    /* flags that writes are pending */
    ef->writes_pending = 1;
    /* update access time */
-   return size;
+   return data_size;
 }
 
 char **




-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to