From 82fbccd17568ea1e468ebdcab43319664c15c936 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 14 May 2004 01:13:42 -0700 Subject: [PATCH] UNDO: horrendous hack for TeX... Brian, please forgive me darcs-hash:20040514081342-5007d-795bb50256f65cda49d5b792e6328849dc35f5a1.gz --- src/org/ibex/nestedvm/UnixRuntime.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/org/ibex/nestedvm/UnixRuntime.java b/src/org/ibex/nestedvm/UnixRuntime.java index 4475795..ce47c4d 100644 --- a/src/org/ibex/nestedvm/UnixRuntime.java +++ b/src/org/ibex/nestedvm/UnixRuntime.java @@ -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); } -- 1.7.10.4