mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
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().