X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fyaffsfs.c;h=a0961904ef1def831117843b58edb0767587d0c1;hb=f8021b6b5a5f5d9b407c9be95f96da6999cdc247;hp=9084038c9812934a60aeb6864edf19c627c94df6;hpb=c119a275c52edbaa84f26b1f169301e99be15554;p=yaffs2.git diff --git a/direct/yaffsfs.c b/direct/yaffsfs.c index 9084038..a096190 100644 --- a/direct/yaffsfs.c +++ b/direct/yaffsfs.c @@ -24,7 +24,7 @@ #endif -const char *yaffsfs_c_version="$Id: yaffsfs.c,v 1.23 2008-10-13 03:47:26 charles Exp $"; +const char *yaffsfs_c_version="$Id: yaffsfs.c,v 1.24 2008-11-11 01:47:46 charles Exp $"; // configurationList is the list of devices that are supported static yaffsfs_DeviceConfiguration *yaffsfs_configurationList; @@ -1284,7 +1284,7 @@ int yaffs_set_wince_times(int fd, static int yaffsfs_DoChMod(yaffs_Object *obj,mode_t mode) { - int result; + int result = -1; if(obj) {