head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.11.05.09.07.13;	author kris;	state dead;
branches;
next	1.1;

1.1
date	2001.09.26.09.22.02;	author wjv;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired ports
@
text
@--- 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);
 }
@


1.1
log
@Add nclever 4.0, a character-based version of NCBI's Entrez program.

PR:		30783
Submitted by:	Tony Maher <tonym@@biolateral.com.au>
@
text
@@

