summaryrefslogtreecommitdiff
path: root/biology/nclever/files/patch-main
diff options
context:
space:
mode:
Diffstat (limited to 'biology/nclever/files/patch-main')
-rw-r--r--biology/nclever/files/patch-main11
1 files changed, 0 insertions, 11 deletions
diff --git a/biology/nclever/files/patch-main b/biology/nclever/files/patch-main
deleted file mode 100644
index 0014e55b9ef8..000000000000
--- a/biology/nclever/files/patch-main
+++ /dev/null
@@ -1,11 +0,0 @@
---- main.c.orig Mon Sep 24 16:34:16 2001
-+++ main.c Mon Sep 24 16:37:26 2001
-@@ -358,7 +358,7 @@
- /* Read a line from stdin */
- static Boolean GetCommand(void)
- {
-- if (!gets(Command)) return(FALSE);
-+ if (!fgets(Command,MAXLINELEN-1,stdin)) return(FALSE);
- if (EchoCommands) fprintf(CmdStream,"%s\n",Command);
- return(TRUE);
- }