/[winpt]/trunk/Src/wptFileManager.cpp
ViewVC logotype

Diff of /trunk/Src/wptFileManager.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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)

Legend:
Removed from v.406  
changed lines
  Added in v.407

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26