]> git.mdlowis.com Git - proto/labwc.git/commit
keybind: pointer to string literal should be const
authorJohn Lindgren <john@jlindgren.net>
Fri, 4 Jul 2025 04:18:53 +0000 (00:18 -0400)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 21 Jul 2025 14:51:10 +0000 (16:51 +0200)
commitcd8a8c2bf698cce2f1a12d9d11188b1d6ff3f26c
treed023800fa37ae927ac61db7588aea0a92115a9d1
parentac47be3019e9dc6ebc14d90ada1db9be359bc54c
keybind: pointer to string literal should be const

Assigning to (char*) creates a mutable string literal, which was
likely not intended here and wasn't necessary.
src/config/keybind.c