comparison lib-src/emacsclient.c @ 100321:ebafebeca927

(decode_options): Fix typo.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 10 Dec 2008 15:07:56 +0000
parents 00d91c609c41
children 1a986381709d
comparison
equal deleted inserted replaced
100320:e11ed8333674 100321:ebafebeca927
584 arguments or expressions given. */ 584 arguments or expressions given. */
585 if (nowait && tty && argc - optind > 0) 585 if (nowait && tty && argc - optind > 0)
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\
592 an empty string"); 592 an empty string");
593 exit (EXIT_FAILURE); 593 exit (EXIT_FAILURE);
594 } 594 }