diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 5d6f2722b..7eef97d38 100644 --- a/src/komodo_utils.h +++ b/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));