Changeset 932


Ignore:
Timestamp:
Jan 19, 2008, 8:17:47 PM (18 years ago)
Author:
Gregg Young
Message:

Fix spurious error message that breaks editing of subjucts directly in containers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/wrappers.c

    r907 r932  
    259259          eaop2 = *(PEAOP2)pInfoBuf;    // Copy to buffer that does not cross
    260260          rc = DosSetPathInfo(pszPathName, ulInfoLevel, &eaop2, sizeof(eaop2), flOptions);
    261         }
     261        }
     262        break;
    262263      default:
    263264        Runtime_Error(pszSrcFile, __LINE__, "ulInfoLevel %u unexpected", ulInfoLevel);
Note: See TracChangeset for help on using the changeset viewer.