j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-07-05 19:14:30 +0200 (Thu, 05 Jul 2007) New Revision: 459
Modified: ofw/fs/fatfs/device.fth Log: FAT filesystem - trivial performance optimization.
Modified: ofw/fs/fatfs/device.fth =================================================================== --- ofw/fs/fatfs/device.fth 2007-07-05 17:14:00 UTC (rev 458) +++ ofw/fs/fatfs/device.fth 2007-07-05 17:14:30 UTC (rev 459) @@ -14,7 +14,7 @@ fat-type c@ case fat12 of 2 * 3 / endof fat16 of 2/ endof - fat32 of 4 / endof + fat32 of 2/ 2/ endof endcase ;