diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-09-02 21:18:33 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-09-02 21:18:33 +0000 |
commit | eff035e5ce8c91fadfa2f8001e82f9c0a637ffac (patch) | |
tree | d8e798c52629b5160b7c5509992629a7868a29d2 /x11-fm | |
parent | 0262544f0dd5919620fb9e30047c01539f824220 (diff) | |
download | ports-eff035e5ce8c91fadfa2f8001e82f9c0a637ffac.tar.gz ports-eff035e5ce8c91fadfa2f8001e82f9c0a637ffac.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xplore/files/patch-ftype.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-fm/xplore/files/patch-ftype.c b/x11-fm/xplore/files/patch-ftype.c new file mode 100644 index 000000000000..b73767100d23 --- /dev/null +++ b/x11-fm/xplore/files/patch-ftype.c @@ -0,0 +1,10 @@ +--- ftype.c.orig Thu Sep 2 23:14:04 2004 ++++ ftype.c Thu Sep 2 23:14:25 2004 +@@ -300,6 +300,7 @@ + goto err; + return i; + err: ++ break; + } + } + return NONE; |