diff options
Diffstat (limited to 'x11-toolkits/slingshot/files/patch-examples-tree-tlstool.c')
-rw-r--r-- | x11-toolkits/slingshot/files/patch-examples-tree-tlstool.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/slingshot/files/patch-examples-tree-tlstool.c b/x11-toolkits/slingshot/files/patch-examples-tree-tlstool.c deleted file mode 100644 index 736550d40843..000000000000 --- a/x11-toolkits/slingshot/files/patch-examples-tree-tlstool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/tree/tlstool.c.orig 1993-10-25 16:41:38.000000000 -0700 -+++ examples/tree/tlstool.c 2013-09-17 08:46:29.022495738 -0700 -@@ -346,7 +346,7 @@ - new_path = (char*) xv_get(item, PANEL_VALUE); - - if((!new_path) || (!*new_path)) -- return; -+ return 0; - - directory = strrchr(new_path, '/'); - |