Use / not \
authorRobert Pengelly <robertapengelly@hotmail.com>
Sun, 31 May 2026 12:29:23 +0000 (13:29 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sun, 31 May 2026 12:29:23 +0000 (13:29 +0100)
lib.c

diff --git a/lib.c b/lib.c
index 723aa984c295a88f1dc9c41543fe200548ea407c..b420068d13dfe9b9fe8b9b1a90bf729040935dad 100755 (executable)
--- a/lib.c
+++ b/lib.c
@@ -677,7 +677,7 @@ FILE *scc_tmpfile (void) {
         return 0;
     }
     
-    if ((name = strrchr (template, '\\'))) {
+    if ((name = strrchr (template, '/'))) {
         name++;
     } else {
         name = template;