Remove non-OPT options from Options struct

This commit is contained in:
ISSOtm
2020-04-13 17:15:00 +02:00
parent cdb4c5f553
commit 5fe3a0adb6
6 changed files with 29 additions and 26 deletions

View File

@@ -416,6 +416,6 @@ void out_WriteObject(void)
void out_SetFileName(char *s)
{
tzObjectname = s;
if (CurrentOptions.verbose)
if (verbose)
printf("Output filename %s\n", s);
}