(decode_options): Fix typo.
This commit is contained in:
parent
c2a008832d
commit
69157c9960
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue