diff options
Diffstat (limited to 'games-engines/frotz/files/frotz-2.43-glibc2.10.patch')
-rw-r--r-- | games-engines/frotz/files/frotz-2.43-glibc2.10.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-engines/frotz/files/frotz-2.43-glibc2.10.patch b/games-engines/frotz/files/frotz-2.43-glibc2.10.patch index 71760cc8fa46..3f2639ec47d0 100644 --- a/games-engines/frotz/files/frotz-2.43-glibc2.10.patch +++ b/games-engines/frotz/files/frotz-2.43-glibc2.10.patch @@ -1,5 +1,5 @@ ---- src/dumb/dumb_input.c -+++ src/dumb/dumb_input.c +--- a/src/dumb/dumb_input.c ++++ b/src/dumb/dumb_input.c @@ -79,7 +79,7 @@ /* Read one line, including the newline, into s. Safely avoids buffer * overruns (but that's kind of pointless because there are several |