diff options
Diffstat (limited to 'src/true.c')
-rw-r--r-- | src/true.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/true.c b/src/true.c index ecbf451f8..5c5ab22c1 100644 --- a/src/true.c +++ b/src/true.c @@ -49,6 +49,7 @@ These option names may not be abbreviated.\n\ int main (int argc, char **argv) { + initialize_main (&argc, &argv); program_name = argv[0]; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); |