mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
It can't, because if b is 0 the function would have returned already; since b.m_hi is 0 b.m_lo can't be. The assert reassures clang that this is the case.