Merge branch 'steveicarus:master' into wmlye/assertion-issue823
This commit is contained in:
commit
66f5db1fb8
|
|
@ -62,7 +62,7 @@ void pform_end_package_declaration(const struct vlltype&loc)
|
||||||
ostringstream msg;
|
ostringstream msg;
|
||||||
msg << "error: Package " << use_name << " was already declared here: "
|
msg << "error: Package " << use_name << " was already declared here: "
|
||||||
<< test->second->get_fileline() << ends;
|
<< test->second->get_fileline() << ends;
|
||||||
VLerror(loc, msg.str().c_str());
|
VLerror(loc, "%s", msg.str().c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue