Code

lirc: pass writable string to lirc_init()
authorMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 07:16:46 +0000 (08:16 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 07:16:46 +0000 (08:16 +0100)
commit1203f4f8e6f18ef3a4cd1dcb0287ca1a889b3d4b
tree13a7f9bb40047a66293b0636040b6ea60db561f1
parentd88a1718bbca660e13ad60f8f1aec6084fcf7788
lirc: pass writable string to lirc_init()

The "prog" argument of lirc_init() expects a non-const string.
Pass a local string variable.
src/lirc.c