mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-04 20:20:20 +01:00
strtol() does not work when trying to assign 32 bits of data into a regular signed int on 32 bit systems. Use corresponding strtoul() instead. |
||
|---|---|---|
| .. | ||
| config-parser.c | ||
| config-parser.h | ||
| Makefile.am | ||