Changeset 1355


Ignore:
Timestamp:
Dec 26, 2008, 3:01:35 AM (17 years ago)
Author:
Gregg Young
Message:

Minor update to write verify fix for USB removables

Location:
trunk/dll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/filldir.c

    r1354 r1355  
    14281428            if (driveflags[x] & DRIVE_REMOVABLE)
    14291429              driveflags[x] |= DRIVE_WRITEVERIFYOFF;
    1430             if (!(driveflags[x] & DRIVE_IGNORE | DRIVE_INVALID)) {
     1430            if (!(driveflags[x] & DRIVE_INVALID)) {
    14311431              CHAR Key[80];
    14321432
  • trunk/dll/valid.c

    r1354 r1355  
    810810        if (driveflags[x] & DRIVE_REMOVABLE)
    811811          driveflags[x] |= DRIVE_WRITEVERIFYOFF;
    812         if (!(driveflags[x] & DRIVE_IGNORE | DRIVE_INVALID)) {
     812        if (!(driveflags[x] & DRIVE_INVALID)) {
    813813          fVerifyOffChecked[x] = TRUE;
    814814          PrfWriteProfileData(fmprof, appname, Key, &fVerifyOffChecked[x], sizeof(BOOL));
Note: See TracChangeset for help on using the changeset viewer.