Changeset 1955
- Timestamp:
- 02/28/09 16:02:27 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/tags/0.2b/user/makefs/fat/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/tags/0.2b/user/makefs/fat/main.c
r1908 r1955 404 404 bootSec.driveNum=0x80; 405 405 strncpy(bootSec.volLabel,(volumeName) ? volumeName : "whitix", 11); 406 s trncpy(bootSec.fileSysType, "FAT16", 8);406 snprintf(bootSec.fileSysType, 8, "FAT%d", fatSize); 407 407 408 408 if (fatSize == 32)
