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.
gentoo-overlay/sci-biology/psipred/files/3.2-fgets.patch

14 lines
427 B

diff --git a/src/sspred_avpred.c b/src/sspred_avpred.c
index 37b1332..4f04ab6 100644
--- a/src/sspred_avpred.c
+++ b/src/sspred_avpred.c
@@ -223,7 +223,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!");