diff options
Diffstat (limited to 'math/diehard/files/patch-diehard.c')
-rw-r--r-- | math/diehard/files/patch-diehard.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/math/diehard/files/patch-diehard.c b/math/diehard/files/patch-diehard.c deleted file mode 100644 index 3f237846c0ba..000000000000 --- a/math/diehard/files/patch-diehard.c +++ /dev/null @@ -1,18 +0,0 @@ ---- diehard.c.orig 2019-09-01 17:00:11 UTC -+++ diehard.c -@@ -117,7 +117,7 @@ void diehard() - - ungetc(c, stdin); - -- gets(fn); -+ fgets(fn,100,stdin); - - puts("\n\t\tHERE ARE YOUR CHOICES:\n"); - puts("\t\t1 Birthday Spacings"); -@@ -153,5 +153,5 @@ main() - { - diehard(); - -- return; -+ return 0; - } |