-
Robert Schmidt authored
Using AssertFatal() has the drawback that it requires the definition of an exit_function() (which is typically declared in OAI main executables). We don't want to pull in such dependency for every consumer. Hence, use c stdlib's assert() instead.
2a3bd726