mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
it's .file, not .name'
This commit is contained in:
parent
5416fdb7c0
commit
36591e902b
1 changed files with 1 additions and 1 deletions
2
error.c
2
error.c
|
@ -58,7 +58,7 @@ void printmsg(int level, const char *name, size_t line, const char *msgtype, con
|
|||
|
||||
void cvprintmsg(lex_ctx ctx, int lvl, const char *msgtype, const char *msg, va_list ap)
|
||||
{
|
||||
vprintmsg(lvl, ctx.name, ctx.line, msgtype, msg, ap);
|
||||
vprintmsg(lvl, ctx.file, ctx.line, msgtype, msg, ap);
|
||||
}
|
||||
|
||||
void cprintmsg (lex_ctx ctx, int lvl, const char *msgtype, const char *msg, ...)
|
||||
|
|
Loading…
Reference in a new issue