mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
ad5555b42e
The enum used for column names is integer type while table_set_display() is parsing arguments on size_t alignment which may result in assert in table_set_display() if the size between types missmatch. This patch cast the enums to size_t. It also fixes all other occurences for table_set_display() and table_set_sort(). |
||
---|---|---|
.. | ||
systemctl.c | ||
systemd-sysv-install.SKELETON | ||
sysv-compat.c | ||
sysv-compat.h |