|
From: | Gavin Smith |
Subject: | Re: branch master updated: * info/info.c (get_initial_file), * info/infodoc.c (info_get_info_help_node), * info/nodes.c (info_get_node_with_defaults): Use strcmp or strcasecmp instead of mbscasecmp in several cases where we do not care about case-insensitive matching with non-ASCII characters. |
Date: | Thu, 19 Oct 2023 15:18:46 +0100 |
On Thu, Oct 19, 2023 at 05:07:23PM +0300, Eli Zaretskii wrote: > On MS-DOS and MS-Windows, argv[0] is usually NOT what the user types > on the command line, it's what the OS fills in, and it usually puts > there the full absolute file name of the executable. Not in the context of this code where argv is modified and passed to a different function to main.
[Prev in Thread] | Current Thread | [Next in Thread] |