Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_operation.c Log Message: * Fix mem smash in operation event cleanup * Serialise operation events properly * Populate plugin references in file reference post-command receive in IO code =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_operation.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- evfs_operation.c 16 Aug 2007 11:31:16 -0000 1.19 +++ evfs_operation.c 17 Aug 2007 10:19:04 -0000 1.20 @@ -123,6 +123,9 @@ copy->file_from = file_from; copy->file_to = file_to; + + printf("New copy, from: %p, To: %p\n", file_from, file_to); + copy->next_byte = 0; memcpy(©->source_stat, &from_stat, sizeof(struct stat)); memcpy(©->dest_stat, &to_stat, sizeof(struct stat)); ------------------------------------------------------------------------- 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