mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Deprecate remaining "opt_internal" functions in Var.h
This commit is contained in:
parent
c509149c86
commit
f1e8289caa
5 changed files with 83 additions and 85 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue