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:
bfffd24
)
Tweak wording of Frotz homepage mention.
author
David Griffith
<dave@661.org>
Mon, 30 Jul 2018 10:54:16 +0000
(
03:54
-0700)
committer
David Griffith
<dave@661.org>
Tue, 31 Jul 2018 08:45:30 +0000
(
01:45
-0700)
src/curses/ux_init.c
patch
|
blob
|
history
diff --git
a/src/curses/ux_init.c
b/src/curses/ux_init.c
index e40666e81edd2e347d4c03582c4ffa6da0cc1afc..0b59d387064e2d022ca44ee32330bfc0d76d1ef6 100644
(file)
--- a/
src/curses/ux_init.c
+++ b/
src/curses/ux_init.c
@@
-1148,6
+1148,6
@@
static void print_version(void)
printf(" It complies with standard 1.0 of Graham Nelson's specification.\n");
printf(" It was ported to Unix by Galen Hazelwood.\n");
printf(" The core and Unix port are currently maintained by David Griffith.\n");
- printf("
See https://661.org/proj/if/frotz for Frotz's homepage.
\n\n");
+ printf("
Frotz's homepage is https://661.org/proj/if/frotz/
\n\n");
return;
}