UNDO: horrendous hack for TeX... Brian, please forgive me
authoradam <adam@megacz.com>
Fri, 14 May 2004 08:13:42 +0000 (01:13 -0700)
committeradam <adam@megacz.com>
Fri, 14 May 2004 08:13:42 +0000 (01:13 -0700)
darcs-hash:20040514081342-5007d-795bb50256f65cda49d5b792e6328849dc35f5a1.gz

src/org/ibex/nestedvm/UnixRuntime.java

index 4475795..ce47c4d 100644 (file)
@@ -1298,8 +1298,6 @@ public abstract class UnixRuntime extends Runtime implements Cloneable {
         
         
         public FD open(UnixRuntime r, String path, int flags, int mode) throws ErrnoException {
-            // FIXME: horrendous, ugly hack needed by TeX... sorry Brian...
-            path = path.trim();
             final File f = hostFile(path);
             return r.hostFSOpen(f,flags,mode,this);
         }