5e52a21fed
- Bump PORTREVISION - Poroblem originally reported by Fernan Aguero <fernan@iib.unsam.edu.ar> on FreeBSD-bio list PR: 36169 Submitted by: David A. Bader <dbader@eece.unm.edu> (MAINTAINER)
11 lines
335 B
Text
11 lines
335 B
Text
--- 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;
|