Changeset 1480 for trunk/dll/init.c
- Timestamp:
- Nov 22, 2009, 11:58:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1479 r1480 81 81 06 Jun 09 GKY Add option to show file system type or drive label in tree 82 82 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 83 12 Jul 09 GKY Add xDosQueryAppType and xDo xAlloc... to allow FM/2 to load in high memory83 12 Jul 09 GKY Add xDosQueryAppType and xDosAlloc... to allow FM/2 to load in high memory 84 84 22 Jul 09 GKY Code changes to use semaphores to serialize drive scanning 85 85 22 Jul 09 GKY Fix failure to restore the notebook setting for saving container states or not … … 88 88 that has a broken MDOS install. 89 89 15 Nov 09 GKY Add more PCSZs 90 22 Nov 09 GKY Fix FindSwapperDat so the check for large file support actually occurs if the 91 fall back to config.sys is used to find it; use bstripcr to streamline code. 90 92 91 93 ***********************************************************************/ … … 429 431 if (*p == '=') { 430 432 p++; 431 stripcr(p); 432 rstrip(p); 433 while (*p == ' ') 434 p++; 433 bstripcr(p); 435 434 if (*p == '\"') { 436 435 p++; … … 456 455 FILE_NORMAL | FILE_ARCHIVED | 457 456 FILE_HIDDEN | FILE_SYSTEM | FILE_READONLY, 458 &ffb, sizeof(ffb), &nm, FIL_STANDARD );457 &ffb, sizeof(ffb), &nm, FIL_STANDARDL); 459 458 if (rc){ 460 459 FILEFINDBUF3 ffb;
Note:
See TracChangeset
for help on using the changeset viewer.