aboutsummaryrefslogtreecommitdiff
path: root/biology/clustalw/files/patch-ah
blob: e16d4f3b28d985e82596a4c42f0004fc0fb91cfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sequence.c-orig	Thu Mar 21 10:22:35 2002
+++ sequence.c	Thu Mar 21 10:22:53 2002
@@ -922,7 +922,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;