Use the options parameter provided for command line options. Specifically, for haltnop.

This commit is contained in:
stag019
2014-12-31 13:29:24 -05:00
parent 513d451710
commit 2b839fec37
3 changed files with 5 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ struct sOptions {
char binary[2];
SLONG fillchar;
bool verbose;
bool haltnop;
//-1 == random
};