From f6f2beb9a527fdeaa7fb91087ea77f73476ab200 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 18 Jan 2017 14:46:35 +0200 Subject: [PATCH] test --- src/komodo_pax.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_pax.h b/src/komodo_pax.h index 401de3019..3c1e0aee8 100644 --- a/src/komodo_pax.h +++ b/src/komodo_pax.h @@ -456,6 +456,7 @@ int32_t komodo_kmdbtcusd(int32_t rwflag,uint64_t *kmdbtcp,uint64_t *btcusdp,int3 static uint64_t *KMDBTCS,*BTCUSDS; static int32_t maxheight = -1; int32_t incr = 10000; if ( height >= maxheight ) { + printf("height.%d maxheight.%d incr.%d\n",height,maxheight,incr); if ( height >= maxheight+incr ) incr = (height - (maxheight+incr) + 1000); KMDBTCS = (uint64_t *)realloc(KMDBTCS,((incr + maxheight) * sizeof(*KMDBTCS)));