Skip to content
Snippets Groups Projects
Commit 270b22d8 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

error message fix

Rev: tutorial/wmmltohtml2:1.4
parent 9674d44e
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,7 @@ int main(int argc, string *argv) ...@@ -44,8 +44,7 @@ int main(int argc, string *argv)
{ {
if(s->pos) if(s->pos)
{ {
werror("This error occured close to tag "+s->tag+" near pos "+ werror("\nThis error occured close to tag "+s->tag+" near "+s->location()+"\n");
s->pos+".\n");
throw(0); throw(0);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment