• Vladislav Vaintroub's avatar
    Fix Aria unit tests on Windows. · 5d67eb6b
    Vladislav Vaintroub authored
    Replace statements connected with bitwise OR with series of "if"s.
    The later is guaranteed to execute in order, bitwise OR does not have
    specific order for statement execution.
    5d67eb6b
ma_loghandler.c 301 KB