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
Branches
Tags
No related merge requests found
......@@ -44,8 +44,7 @@ int main(int argc, string *argv)
{
if(s->pos)
{
werror("This error occured close to tag "+s->tag+" near pos "+
s->pos+".\n");
werror("\nThis error occured close to tag "+s->tag+" near "+s->location()+"\n");
throw(0);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment