Deprecate remaining "opt_internal" functions in Var.h

This commit is contained in:
Jon Siwek 2020-05-13 12:52:09 -07:00
parent c509149c86
commit f1e8289caa
5 changed files with 83 additions and 85 deletions

View file

@ -90,7 +90,7 @@ void BroObj::BadTag(const char* msg, const char* t1, const char* t2) const
ODesc d;
DoMsg(&d, out);
reporter->FatalError("%s", d.Description());
reporter->FatalErrorWithCore("%s", d.Description());
reporter->PopLocation();
}