diff options
Diffstat (limited to 'src/csplit.c')
-rw-r--r-- | src/csplit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csplit.c b/src/csplit.c index 0009d04fc..e17b4a7b9 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -1369,6 +1369,7 @@ main (int argc, char **argv) struct sigaction oldact, newact; #endif + initialize_main (&argc, &argv); program_name = argv[0]; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); |