From 4476ddfa8110305c6e706e244a765c4dbfa06c41 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 18 Mar 2017 08:50:35 +0200 Subject: [PATCH] Test --- src/komodo_utils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index d66eecaff..7c99aa4b2 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1464,7 +1464,9 @@ void komodo_args() } else KOMODO_PAX = GetArg("-pax",0); name = GetArg("-ac_name",""); if ( (KOMODO_REWIND= GetArg("-rewind",0)) != 0 ) - ; + { + printf("KOMODO_REWIND %d\n",KOMODO_REWIND); + } if ( name.c_str()[0] != 0 ) { ASSETCHAINS_SUPPLY = GetArg("-ac_supply",10);