diff options
Diffstat (limited to 'src/query.c')
-rw-r--r-- | src/query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query.c b/src/query.c index 3f59f3599..15d52f65b 100644 --- a/src/query.c +++ b/src/query.c @@ -564,7 +564,7 @@ int main(int argc, const char *const *argv) { bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); - standard_startup(&ejbuf, NULL, 0, cmdinfos); + standard_startup(&ejbuf); myopt(&argv, cmdinfos); if (!cipaction) badusage(_("need an action option")); |