]> git.mdlowis.com Git - proto/labwc.git/commit
buf.c: fix bug in environment variable expansion
authorJohan Malm <jgm323@gmail.com>
Fri, 15 Jul 2022 19:29:49 +0000 (20:29 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 15 Jul 2022 19:51:28 +0000 (21:51 +0200)
commitfd7ec0ab95692dd7c9e8845c0786da149dc41dc1
tree4e2be28d9c9e0647fe4067a38ee75a09acebebe8
parent884ad60e1bf71379811977c0f76b9430ae31148c
buf.c: fix bug in environment variable expansion

Allow underscore in environment variable names.

Closes issue #439

Helped-by: @Consolatis
...who both found the bug and told us how to fix it :)
src/common/buf.c