From: Robert Pengelly Date: Sun, 31 May 2026 12:29:23 +0000 (+0100) Subject: Use / not \ X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=cb18c34a8c8d6b50d117f73b20a12586923d5c78;p=scc.git Use / not \ --- diff --git a/lib.c b/lib.c index 723aa98..b420068 100755 --- 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;