Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_dbus Modified Files: ecore_dbus.c Log Message: cleanups from clement =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_dbus/ecore_dbus.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ecore_dbus.c 29 Apr 2005 05:29:29 -0000 1.1 +++ ecore_dbus.c 22 May 2005 03:01:59 -0000 1.2 @@ -898,7 +898,7 @@ char *tmp; tmp = (char *)malloc(MAX_LONG_LEN); - len = snprintf(tmp, MAX_LONG_LEN, "%ld", getuid()); + len = snprintf(tmp, MAX_LONG_LEN, "%ld", (long) getuid()); uid = (char *)malloc(len + 1); uid = memcpy(uid, tmp, len); uid[len] = '\0'; @@ -1168,7 +1168,7 @@ /***************************/ if (!svr->authenticated) { - Ecore_DBus_Auth *auth; + const Ecore_DBus_Auth *auth; Ecore_DBus_Auth_Transaction trans; if (!strncmp(e->data, "OK", 2)) ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs