Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm.c e_fm_custom.c e_order.c Log Message: Fix warnings. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.183 retrieving revision 1.184 diff -u -3 -r1.183 -r1.184 --- e_fm.c 17 Jun 2007 04:16:50 -0000 1.183 +++ e_fm.c 17 Jun 2007 07:38:48 -0000 1.184 @@ -4012,11 +4012,11 @@ snprintf(buf, sizeof(buf), "%s/%s", ic->sd->realpath, ic->info.file); desktop = efreet_desktop_get(buf); - printf("efreet_desktop_get(5s) = %p\n", buf, desktop); + printf("efreet_desktop_get(%s) = %p\n", buf, desktop); if (!desktop) goto error; // if (desktop->type != EFREET_DESKTOP_TYPE_LINK) goto error; - printf(" mod time %lli\n", desktop->load_time); + printf(" mod time %f\n", desktop->load_time); ic->info.removable = 0; ic->info.removable_full = 0; if (desktop->name) ic->info.label = evas_stringshare_add(desktop->name); =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_custom.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- e_fm_custom.c 4 Jun 2007 09:48:27 -0000 1.5 +++ e_fm_custom.c 17 Jun 2007 07:38:48 -0000 1.6 @@ -152,9 +152,7 @@ { E_Fm2_Custom_File *cf, *cf2; Evas_List *list, *l; - void *dat; - int size; - + _e_fm2_custom_file_info_load(); if (!_e_fm2_custom_file) return; if (_e_fm2_flush_timer) e_fm2_custom_file_flush(); =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_order.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- e_order.c 10 Jun 2007 11:50:59 -0000 1.23 +++ e_order.c 17 Jun 2007 07:38:48 -0000 1.24 @@ -182,7 +182,7 @@ f = fopen(eo->path, "rb"); if (f) { - char buf[4096], buf2[PATH_MAX]; + char buf[4096]; while (fgets(buf, sizeof(buf), f)) { ------------------------------------------------------------------------- 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