diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-25 03:03:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 03:03:42 +0000 |
commit | df488b6a74c824cdab8f3fb6f6223c184d933fea (patch) | |
tree | 05d1a4c01edcdafe13bed258208d68555ecd96c2 /games/cursive/files/patch-ab | |
parent | Adding baduki version 0.2.9. (diff) |
Addng cursive version 1.0.
Create ASCII character cursive handwriting.
PR: 15260
Submitted by: James Howard <howardj@wam.umd.edu>
Notes
Notes:
svn path=/head/; revision=24038
Diffstat (limited to 'games/cursive/files/patch-ab')
-rw-r--r-- | games/cursive/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/cursive/files/patch-ab b/games/cursive/files/patch-ab new file mode 100644 index 000000000000..8a3e553c4203 --- /dev/null +++ b/games/cursive/files/patch-ab @@ -0,0 +1,11 @@ +--- cursive.c.orig Sat Dec 4 17:20:55 1999 ++++ cursive.c Sat Dec 4 17:21:32 1999 +@@ -128,7 +128,7 @@ + else + { + /* Message from standard input */ +- while (gets(message) != NULL) ++ while (fgets(message, sizeof(message), stdin) != NULL) + prline(message); + } + } |