- Enlarged buffer to allow better debugging.

This commit is contained in:
Paul Bakker 2010-07-08 06:54:25 +00:00
parent 4c14a258fe
commit 08f3c30547

View File

@ -434,7 +434,7 @@ int mpi_write_file( const char *p, const mpi *X, int radix, FILE *fout )
int n, ret;
size_t slen;
size_t plen;
char s[1024];
char s[2048];
n = sizeof( s );
memset( s, 0, n );