• D
    Fix assertions which have accidental side effects · f8a7e8a2
    Daniel Gustafsson 提交于
    Asserting that an assignment isn't zero is a valid use of Assert(),
    but these instances look more like accidental assignments due to a
    missing '='. getgpsegmentCount() is already internally asserting
    that the count is > 0 so we would never reach here in case it was.
    f8a7e8a2
utility.c 70.8 KB