-
Kohei Yoshida yazdı
I found one abuse of sal_Bool being used as an integer. The block mode was a boolean but had 3 different states. Replaced that with enum.
4d8e0a3d
I found one abuse of sal_Bool being used as an integer. The block mode was a boolean but had 3 different states. Replaced that with enum.