Enlightenment CVS committal Author : glassy Project : e17 Module : libs/edb
Dir : e17/libs/edb/src Modified Files: Edb.h Log Message: to make x86_64 happy =================================================================== RCS file: /cvs/e/e17/libs/edb/src/Edb.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- Edb.h 30 Dec 2005 02:08:57 -0000 1.17 +++ Edb.h 8 Jul 2007 14:43:48 -0000 1.18 @@ -347,7 +347,7 @@ __edb = e_db_open_read(edb); \ if (__edb) { \ str = e_db_str_get(__edb, key); \ -ok = (int)str; \ +ok = str != NULL; \ e_db_close(__edb); \ }} #define E_DB_FLOAT_GET(edb, key, flt, ok) \ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs