You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for sure i'm doing something wrong, but:
mowgli_program_opts_consumer_bool calls:
return_if_fail(arg != NULL);
but arg is NULL because given option's has_param == false
Typical usage: progname -d
turning debugging on
The text was updated successfully, but these errors were encountered:
for sure i'm doing something wrong, but:
mowgli_program_opts_consumer_bool calls:
return_if_fail(arg != NULL);
but arg is NULL because given option's has_param == false
Typical usage: progname -d
turning debugging on
The text was updated successfully, but these errors were encountered: