• Vladislav Vaintroub's avatar
    Fix Aria unit tests on Windows. · bd7312cc
    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.
    bd7312cc
ma_loghandler.c 301 KB