mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
df488b6a74
Create ASCII character cursive handwriting. PR: 15260 Submitted by: James Howard <howardj@wam.umd.edu>
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
--- 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);
|
|
}
|
|
}
|