[OpenBIOS] r460 - ofw/fs/fatfs

svn at openbios.org svn at openbios.org
Thu Jul 5 19:15:00 CEST 2007


Author: wmb
Date: 2007-07-05 19:14:59 +0200 (Thu, 05 Jul 2007)
New Revision: 460

Modified:
   ofw/fs/fatfs/lookup.fth
Log:
FAT filesystem - trivial performance optimization.


Modified: ofw/fs/fatfs/lookup.fth
===================================================================
--- ofw/fs/fatfs/lookup.fth	2007-07-05 17:14:30 UTC (rev 459)
+++ ofw/fs/fatfs/lookup.fth	2007-07-05 17:14:59 UTC (rev 460)
@@ -296,7 +296,7 @@
    dup 1 >=  if
       over c@  ascii \  =  if
          1 /string
-         fat-type c@ fat32 =  if  rdirclus l@  else  0  then
+         rdirclus l@
       else
          dv_cwd-cl l@
       then




More information about the OpenBIOS mailing list