Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm_main.c Log Message: Use %p when printing pointers. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_main.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -3 -r1.35 -r1.36 --- e_fm_main.c 31 Oct 2007 19:54:29 -0000 1.35 +++ e_fm_main.c 6 Nov 2007 07:14:24 -0000 1.36 @@ -1754,7 +1754,7 @@ * same name. Also use the name of the file to help */ do { - snprintf(buf, sizeof(buf), "%s/file%s.%u.%u", trash_dir, escname, + snprintf(buf, sizeof(buf), "%s/file%s.%p.%u", trash_dir, escname, fop, i++); } while (ecore_file_exists(buf)); @@ -1772,7 +1772,7 @@ } /* Move worked. Create info file */ - snprintf(buf, sizeof(buf), "%s/info%s.%u.%u.trashinfo", trash_dir, + snprintf(buf, sizeof(buf), "%s/info%s.%p.%u.trashinfo", trash_dir, escname, fop, --i); info = fopen(buf, "w"); if (info) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs