NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/60198 CVS commit: src/external/mit/ctwm/libexec
> On Apr 17, 2026, at 7:10 AM, Nia Alarie <nia%netbsd.org@localhost> wrote:
>
> The following reply was made to PR xsrc/60198; it has been noted by GNATS.
>
> From: "Nia Alarie" <nia%netbsd.org@localhost>
> To: gnats-bugs%gnats.NetBSD.org@localhost
> Cc:
> Subject: PR/60198 CVS commit: src/external/mit/ctwm/libexec
> Date: Fri, 17 Apr 2026 11:07:12 +0000
>
> Module Name: src
> Committed By: nia
> Date: Fri Apr 17 11:07:12 UTC 2026
>
> Modified Files:
> src/external/mit/ctwm/libexec: ctwm_app_menu
>
> Log Message:
> ctwm_app_menu: Handle whitespace around equals sign in ini files
>
> from Robert Whitlock
>
> PR xsrc/60198 ctwm_app_menu doesn't consder whitespace
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.7 -r1.8 src/external/mit/ctwm/libexec/ctwm_app_menu
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
Thanks for the quick commit. This PR may be closed.
P.S.: I think the whitespace before the v parameter was intentional,
where it is meant to indicate that v is used as a local variable
and not a parameter that you pass when the value function is called.
But that’s not a big deal. See
https://www.gnu.org/software/gawk/manual/html_node/Variable-Scope.html
and page 54 of The AWK Programming Language:
“We put several blanks between the arguments and the local
variables so they can be distinguished."
Home |
Main Index |
Thread Index |
Old Index