Browse Source

+print

warmup
jl777 5 years ago
parent
commit
3bd2a963f8
  1. 1
      src/komodo_utils.h

1
src/komodo_utils.h

@ -2144,6 +2144,7 @@ void komodo_args(char *argv0)
extraptr[extralen++] = 'c';
if ( ASSETCHAINS_MARMARA != 0 )
extraptr[extralen++] = ASSETCHAINS_MARMARA;
fprintf(stderr,"extralen.%d before disable bits\n",extralen);
if ( nonz > 0 )
{
memcpy(&extraptr[extralen],disablebits,sizeof(disablebits));

Loading…
Cancel
Save