]> git.sur5r.net Git - i3/i3/commit
Fix TODO by replacing atoi by strtol 1768/head
authorhwangcc23 <hwangcc@csie.nctu.edu.tw>
Thu, 25 Jun 2015 14:33:50 +0000 (22:33 +0800)
committerhwangcc23 <hwangcc@csie.nctu.edu.tw>
Tue, 30 Jun 2015 14:22:56 +0000 (22:22 +0800)
commit478dc5dc38f959c678bc754254f0635e7ec1a079
tree19abc7a8a69f2fc6523181258cdb2cae04a0c639
parentdfe2c9c3109b3c726c6e3d9b8ef4c05103d47eb5
Fix TODO by replacing atoi by strtol

Fix TODO in bindings.c.
There is no problem to use atoi here since either keycode 0 or button0 is invalid.
But strtol is more flexible and is recommanded for conversion.
src/bindings.c