From: Dan Nicolaescu Date: Wed, 10 Dec 2008 15:07:56 +0000 (+0000) Subject: (decode_options): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~1183 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69157c99605e62661bb2deb653ca7f4042624766;p=emacs.git (decode_options): Fix typo. --- 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) 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");