diff options
Diffstat (limited to 'Build/source/texk/makeindexk/mkind.c')
-rw-r--r-- | Build/source/texk/makeindexk/mkind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/makeindexk/mkind.c b/Build/source/texk/makeindexk/mkind.c index 1856ded8bd9..60c292fc7d0 100644 --- a/Build/source/texk/makeindexk/mkind.c +++ b/Build/source/texk/makeindexk/mkind.c @@ -105,7 +105,7 @@ main(int argc, char *argv[]) pgm_fn++; #if USE_KPATHSEA - kpse_set_progname (pgm_fn); /* use the same name as the intro message */ + kpse_set_program_name (pgm_fn, NULL); /* use the same name as the intro message */ #endif |