-
Timothy Murphy authored
Stop a crash in 66-init when it is used without any arguments. argc is never 0 so the "if (!argc) " statement won't print the usage.
Timothy Murphy authoredStop a crash in 66-init when it is used without any arguments. argc is never 0 so the "if (!argc) " statement won't print the usage.