diff options
Diffstat (limited to 'biology/clustalw/files/patch-ah')
-rw-r--r-- | biology/clustalw/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/clustalw/files/patch-ah b/biology/clustalw/files/patch-ah new file mode 100644 index 000000000000..e16d4f3b28d9 --- /dev/null +++ b/biology/clustalw/files/patch-ah @@ -0,0 +1,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; |