Parent Directory
|
Revision Log
|
Patch
revision 406 by twoaday, Tue Oct 13 10:51:21 2009 UTC | revision 407 by twoaday, Mon Feb 6 19:26:03 2012 UTC | |
---|---|---|
# | Line 130 remove_crit_file_attrs (const char *fnam | Line 130 remove_crit_file_attrs (const char *fnam |
130 | int id = 0; | int id = 0; |
131 | ||
132 | if (file_exist_check (fname)) | if (file_exist_check (fname)) |
133 | return; /* Does not exist */ | return; /* file does not exist */ |
134 | ||
135 | fattr = GetFileAttributes (fname); | fattr = GetFileAttributes (fname); |
136 | if ((fattr & FILE_ATTRIBUTE_READONLY) && force) | if ((fattr & FILE_ATTRIBUTE_READONLY) && force) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |