summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/readseq/files/19930201-buffer.patch')
-rw-r--r--sci-biology/readseq/files/19930201-buffer.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-biology/readseq/files/19930201-buffer.patch b/sci-biology/readseq/files/19930201-buffer.patch
new file mode 100644
index 000000000000..8229074dbbc3
--- /dev/null
+++ b/sci-biology/readseq/files/19930201-buffer.patch
@@ -0,0 +1,13 @@
+diff --git a/ureadseq.c b/ureadseq.c
+index 337b16f..3f8e7f6 100644
+--- a/ureadseq.c
++++ b/ureadseq.c
+@@ -1578,7 +1578,7 @@ short writeSeq(FILE *outf, const char *seq, const long seqlen,
+
+ short linesout = 0, seqtype = kNucleic;
+ long i, j, l, l1, ibase;
+- char idword[31], endstr[10];
++ char idword[31], endstr[32];
+ char seqnamestore[128], *seqname = seqnamestore;
+ char s[kMaxseqwidth], *cp;
+ char nameform[10], numform[10], nocountsymbols[10];