This commit is contained in:
jl777
2017-03-18 08:50:35 +02:00
parent 951bb1bbfb
commit 4476ddfa81

View File

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