Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61b359e
)
src/curses/ux_init.c: End homebrewed strrchr function
author
Ivy Foster
<iff@escondida.tk>
Wed, 21 Mar 2018 18:41:28 +0000
(13:41 -0500)
committer
Ivy Foster
<iff@escondida.tk>
Wed, 21 Mar 2018 18:41:28 +0000
(13:41 -0500)
At present, it is sort of ended by the #endif following it.
src/curses/ux_init.c
patch
|
blob
|
history
diff --git
a/src/curses/ux_init.c
b/src/curses/ux_init.c
index 07cf715e95a2af2ace5cb5ef2df0731e9fc09107..46c5d7778a25ea073c7e2893d42a7a5c3a1c1a24 100644
(file)
--- a/
src/curses/ux_init.c
+++ b/
src/curses/ux_init.c
@@
-1091,6
+1091,7
@@
char *strrchr(const char *s, int c)
s++;
}
return (char *)save;
+}
#endif /* NO_STRRCHR */