From 1626b9f7ac4d7131c5ef4cdfd8c9c7e3cc7e0549 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 15 Nov 2017 23:40:21 +0200 Subject: [PATCH] Test --- crypto777/bitcoind_RPC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto777/bitcoind_RPC.c b/crypto777/bitcoind_RPC.c index f54394d90..a3488aeae 100755 --- a/crypto777/bitcoind_RPC.c +++ b/crypto777/bitcoind_RPC.c @@ -277,7 +277,7 @@ try_again: void init_string(struct return_string *s) { - s->len = 8191; + s->len = 0; s->ptr = (char *)calloc(1,s->len+1); if ( s->ptr == NULL ) {