Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/common Modified Files: evfs_event_helper.c Log Message: * Pass st_mode back correctly =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/common/evfs_event_helper.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- evfs_event_helper.c 12 Mar 2006 05:27:33 -0000 1.24 +++ evfs_event_helper.c 5 Apr 2006 02:22:48 -0000 1.25 @@ -38,6 +38,7 @@ event->type = EVFS_EV_STAT; //memcpy(&event->stat.stat_obj, stat_obj, sizeof(struct stat)); + event->stat.stat_obj.st_mode = stat_obj->st_mode; event->stat.stat_obj.st_uid = stat_obj->st_uid; event->stat.stat_obj.st_gid = stat_obj->st_gid; event->stat.stat_obj.st_uid = stat_obj->st_uid; ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs