summaryrefslogtreecommitdiff
path: root/graphics/urt/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/urt/patches/patch-ah')
-rw-r--r--graphics/urt/patches/patch-ah11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/patches/patch-ah b/graphics/urt/patches/patch-ah
new file mode 100644
index 00000000000..a8cb0f86fbc
--- /dev/null
+++ b/graphics/urt/patches/patch-ah
@@ -0,0 +1,11 @@
+--- tools/into.c~ Wed Nov 25 23:51:32 1998
++++ tools/into.c Wed Nov 25 23:58:09 1998
+@@ -75,7 +75,7 @@
+ exit(1);
+ }
+
+- if ( (cp = rindex( argv[1], '/' )) != NULL )
++ if ( (cp = rle_rindex( argv[1], '/' )) != NULL )
+ {
+ c = *++cp;
+ *cp = 0;