Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins


Modified Files:
        evfs_fs_posix.c 


Log Message:
Pass the command we're dealing with back to the client

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_posix.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- evfs_fs_posix.c     5 Oct 2005 03:50:33 -0000       1.11
+++ evfs_fs_posix.c     8 Oct 2005 01:53:25 -0000       1.12
@@ -267,7 +267,7 @@
 
        printf("File size: %d\n", file_stat.st_size);
 
-       evfs_stat_event_create(client, &file_stat);
+       evfs_stat_event_create(client, command, &file_stat);
 }
 
 




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to