diff options
Diffstat (limited to 'lib/args.c')
-rw-r--r-- | lib/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ void get_optflags(void) char *str; int len; } *longopts = NULL; - long *nextarg = (long *)&toy; + long *nextarg = (long *)&this; char *options = toys.which->options; if (CFG_HELP) toys.exithelp++; |