mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 13:04:11 +01:00
bf4056a2c6
Some implementations of strtol may clamp the values to LONG_MAX instead of wrapping around to negative values, so use strtoul instead to parse colors. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ipc-client.c | ||
list.c | ||
log.c | ||
readline.c | ||
stringop.c | ||
util.c |