Enlightenment CVS committal

Author  : lok
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        etk_entry.c 


Log Message:
return 0 for the size_t now.

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_entry.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -3 -r1.54 -r1.55
--- etk_entry.c 6 May 2008 22:44:17 -0000       1.54
+++ etk_entry.c 6 May 2008 23:35:32 -0000       1.55
@@ -201,8 +201,7 @@
  */ 
 size_t etk_entry_text_limit_get(Etk_Entry *entry) 
 {
-   if (!entry)
-      return -1;
+   if (!entry) return 0;
    return entry->text_limit;
 }
 



-------------------------------------------------------------------------
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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to