diff options
Diffstat (limited to 'src/split.c')
-rw-r--r-- | src/split.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/split.c b/src/split.c index 1b1ff2a7c..ebf98e245 100644 --- a/src/split.c +++ b/src/split.c @@ -363,6 +363,7 @@ main (int argc, char **argv) int c; int digits_optind = 0; + initialize_main (&argc, &argv); program_name = argv[0]; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); |