[openfirmware] [commit] r3644 - ofw/fs/cdfs

repository service svn at openfirmware.info
Tue Apr 16 04:16:23 CEST 2013


Author: quozl
Date: Tue Apr 16 04:16:23 2013
New Revision: 3644
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3644

Log:
cdfs, make search of ISO 9660 filesystems case blind, by uppercasing the name being sought.  FAT filesystem access already does this.

Modified:
   ofw/fs/cdfs/cdfs.fth

Modified: ofw/fs/cdfs/cdfs.fth
==============================================================================
--- ofw/fs/cdfs/cdfs.fth	Mon Apr 15 04:11:14 2013	(r3643)
+++ ofw/fs/cdfs/cdfs.fth	Tue Apr 16 04:16:23 2013	(r3644)
@@ -143,6 +143,7 @@
 
 : lookup  ( adr len -- not-found? )
    canonical-name
+   2dup upper
    begin
       another-file?
    while



More information about the openfirmware mailing list