Small fix that should have gone into the last commit. :-P

This commit is contained in:
Shamus Hammons 2021-06-08 20:48:19 -05:00
parent 9102e505f5
commit 58c0626339
1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,8 @@ int error(const char * text, ...)
filename = fr->frec_name;
sprintf(buf1, "%s %d: Error: %s\n", filename, cur_inobj->inobj.imacro->im_macro->lineList->lineno, buf);
sprintf(buf1, "%s %d: Error: %s\nCalled from: %s %d\n", filename, cur_inobj->inobj.imacro->im_macro->lineList->lineno, buf,
curfname, curlineno);
}
break;
case SRC_IREPT: