Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/demo Modified Files: evfs_demo.c Log Message: * API changes, allow stat on dir listing for each file * Actually kill child worker properly after our daemon client exits =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/demo/evfs_demo.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -3 -r1.33 -r1.34 --- evfs_demo.c 16 Aug 2007 11:31:17 -0000 1.33 +++ evfs_demo.c 19 Aug 2007 01:30:08 -0000 1.34 @@ -144,7 +144,7 @@ * evfs_client_file_copy(con, dir_path->files[0], NULL); */ if (!strcmp(cmd, "DIR")) { - evfs_client_dir_list(con, dir_path->files[0]); + evfs_client_dir_list(con, dir_path->files[0],0); } else if (!strcmp(cmd, "STAT")) { evfs_client_file_stat(con, dir_path->files[0]); } else if (!strcmp(cmd, "META")) { ------------------------------------------------------------------------- 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