--- sequence.c.orig	Thu Feb 13 15:27:06 2003
+++ sequence.c	Thu Feb 13 15:27:37 2003
@@ -924,7 +924,7 @@
 	static Boolean dnaflag1;
 	
 	if(usemenu)
-		getstr("Enter the name of the sequence file",line);
+		getstr("Enter the name of the sequence file",line,FILENAMELEN+1);
 	else
 		strcpy(line,seqname);
 	if(*line == EOS) return -1;
