diff options
Diffstat (limited to 'src/LYExtern.c')
-rw-r--r-- | src/LYExtern.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYExtern.c b/src/LYExtern.c index 338cc42b..8cecb422 100644 --- a/src/LYExtern.c +++ b/src/LYExtern.c @@ -191,8 +191,8 @@ BOOL run_external ARGS2( #ifdef WIN_EX /* 1998/01/26 (Mon) 09:16:13 */ if (c == NULL) { - HTInfoMsg("Not external command exists"); - return; + HTInfoMsg("External command is null"); + return 0; } #endif |