freebsd-ports/biology/clustalw/files/patch-ah
Johann Visagie 5e52a21fed - Fix certain mistakes in FreeBSD patches
- 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)
2002-03-22 08:23:22 +00:00

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;