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);