# HG changeset patch # User Dan Nicolaescu # Date 1228921676 0 # Node ID ebafebeca927f409484562371de5802f5b33aab4 # Parent e11ed8333674c4a733b188cb0cf873d57f0fceb5 (decode_options): Fix typo. diff -r e11ed8333674 -r ebafebeca927 lib-src/emacsclient.c --- a/lib-src/emacsclient.c Wed Dec 10 15:02:42 2008 +0000 +++ b/lib-src/emacsclient.c Wed Dec 10 15:07:56 2008 +0000 @@ -586,7 +586,7 @@ current_frame = 1; #ifdef WINDOWSNT - if (alternate_editor && alternate_editor == '\0') + if (alternate_editor && alternate_editor[0] == '\0') { message (TRUE, "--alternate-editor argument or ALTERNATE_EDITOR variable cannot be\n\ an empty string");