Enlightenment CVS committal
Author : chaos
Project : e17
Module : apps/evfs
Dir : e17/apps/evfs/src/demo
Modified Files:
evfs_demo.c
Log Message:
* Cleanups
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/demo/evfs_demo.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- evfs_demo.c 19 Aug 2007 01:30:08 -0000 1.34
+++ evfs_demo.c 20 Aug 2007 11:09:13 -0000 1.35
@@ -18,11 +18,11 @@
{
printf("Received stat event for file '%s'!\n",
evfs_command_first_file_get(data->command)->path);
- printf("File size: %llu\n", EVFS_EVENT_STAT(data)->st_size);
- printf("File uid: %d\n", EVFS_EVENT_STAT(data)->st_uid);
- printf("File gid: %d\n", EVFS_EVENT_STAT(data)->st_gid);
- printf("Last access: %d\n", EVFS_EVENT_STAT(data)->ist_atime);
- printf("Last modify : %d\n", EVFS_EVENT_STAT(data)->ist_mtime);
+ printf("File size: %llu\n", EVFS_EVENT_STAT(data)->stat->st_size);
+ printf("File uid: %d\n", EVFS_EVENT_STAT(data)->stat->st_uid);
+ printf("File gid: %d\n", EVFS_EVENT_STAT(data)->stat->st_gid);
+ printf("Last access: %d\n", EVFS_EVENT_STAT(data)->stat->ist_atime);
+ printf("Last modify : %d\n", EVFS_EVENT_STAT(data)->stat->ist_mtime);
}
else if (data->type == EVFS_EV_DIR_LIST)
{
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs