Author: wmb Date: Sat Jan 30 00:03:10 2010 New Revision: 1722 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1722
Log: Fixed silly error in previous commit to ext2/methods.fth
Modified: ofw/fs/ext2fs/methods.fth
Modified: ofw/fs/ext2fs/methods.fth ============================================================================== --- ofw/fs/ext2fs/methods.fth Fri Jan 29 10:03:08 2010 (r1721) +++ ofw/fs/ext2fs/methods.fth Sat Jan 30 00:03:10 2010 (r1722) @@ -167,7 +167,7 @@
: ext2fsnowrite ( addr count 'fh -- #written ) ." Not writing to the ext2 filesystem because of unsupported extensions" cr - 2drop 0 + 3drop 0 ; : ext2fsfwrite ( addr count 'fh -- #written ) drop