You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
427 B
14 lines
427 B
diff --git a/src/sspred_avpred.c b/src/sspred_avpred.c
|
|
index 4d8e5ff..0d82483 100644
|
|
--- a/src/sspred_avpred.c
|
|
+++ b/src/sspred_avpred.c
|
|
@@ -213,7 +213,7 @@ predict(int argc, char **argv)
|
|
int getmtx(FILE *lfil)
|
|
{
|
|
int aa, i, j, naa;
|
|
- char buf[256], *p;
|
|
+ char buf[65536], *p;
|
|
|
|
if (fscanf(lfil, "%d", &naa) != 1)
|
|
fail("Bad mtx file - no sequence length!");
|