aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index db2de82d072..7fbedbce141 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -586,7 +586,7 @@ decode_options (argc, argv)
586 current_frame = 1; 586 current_frame = 1;
587 587
588#ifdef WINDOWSNT 588#ifdef WINDOWSNT
589 if (alternate_editor && alternate_editor == '\0') 589 if (alternate_editor && alternate_editor[0] == '\0')
590 { 590 {
591 message (TRUE, "--alternate-editor argument or ALTERNATE_EDITOR variable cannot be\n\ 591 message (TRUE, "--alternate-editor argument or ALTERNATE_EDITOR variable cannot be\n\
592an empty string"); 592an empty string");