diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mtools/files/patch-h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/emulators/mtools/files/patch-h b/emulators/mtools/files/patch-h new file mode 100644 index 000000000000..210da92312b8 --- /dev/null +++ b/emulators/mtools/files/patch-h @@ -0,0 +1,18 @@ +--- mformat.c~ Thu Jun 1 22:49:28 2000 ++++ mformat.c Sun Nov 26 05:05:27 2000 +@@ -355,13 +355,13 @@ + + if ( Fs->num_clus > FAT12 && Fs->fat_bits == 12 ){ + fprintf(stderr,"Too many clusters for this fat size." +- " Please choose a 16-bit fat in your /etc/mtools" ++ " Please choose a 16-bit fat in your /etc/mtools.conf" + " or .mtoolsrc file\n"); + exit(1); + } + if ( Fs->num_clus <= FAT12 && Fs->fat_bits > 12 ){ + fprintf(stderr,"Too few clusters for this fat size." +- " Please choose a 12-bit fat in your /etc/mtools" ++ " Please choose a 12-bit fat in your /etc/mtools.conf" + " or .mtoolsrc file\n"); + exit(1); + } |