diff options
Diffstat (limited to 'Build/source/texk/web2c/otps/win32/mkocp.c')
-rw-r--r-- | Build/source/texk/web2c/otps/win32/mkocp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/otps/win32/mkocp.c b/Build/source/texk/web2c/otps/win32/mkocp.c index b8a8fde8c56..75bea56d1a8 100644 --- a/Build/source/texk/web2c/otps/win32/mkocp.c +++ b/Build/source/texk/web2c/otps/win32/mkocp.c @@ -20,7 +20,7 @@ int main(int ac, char **av) char fullname[256]; char *p; - kpse_set_program_name(av[0], NULL); + kpse_set_program_name(av[0], "mkocp"); if(ac != 2) { fprintf(stderr,"%s : Usage %s ocpname\n", av[0], av[0]); |