mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 13:51:24 +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(). |
||
---|---|---|
.. | ||
mount-tool.c |