diff options
-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; |