Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins Modified Files: evfs_fs_ftp.c Log Message: * Fix warning =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_ftp.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- evfs_fs_ftp.c 19 Nov 2005 10:51:19 -0000 1.8 +++ evfs_fs_ftp.c 17 Jan 2006 11:16:27 -0000 1.9 @@ -317,7 +317,7 @@ { /*Temp, move to plugin unloading when avaliable. Closes the curl library, and resets the connection cache. This will just destroy the cache when moved.*/ - printf ("Received disconnect for client at evfs_fs_ftp.c for client %d\n", client->id); + printf ("Received disconnect for client at evfs_fs_ftp.c for client %ld\n", client->id); curl_global_cleanup(); ecore_hash_destroy(connections); ecore_hash_new(ecore_str_hash, ecore_str_compare); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs