projects
/
scc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c32a3d6
)
Use / not \
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 31 May 2026 12:29:23 +0000
(13:29 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 31 May 2026 12:29:23 +0000
(13:29 +0100)
lib.c
patch
|
blob
|
history
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;