mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
Line number is now an unsigned.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5168 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
da307b9a13
commit
d758b39dfc
@ -81,7 +81,7 @@ static void VPrintMsg (const FilePos* Pos, const char* Desc,
|
||||
SB_Terminate (&Msg);
|
||||
|
||||
/* Format the message header */
|
||||
SB_Printf (&S, "%s(%lu): %s: ",
|
||||
SB_Printf (&S, "%s(%u): %s: ",
|
||||
SB_GetConstBuf (GetFileName (Pos->Name)),
|
||||
Pos->Line,
|
||||
Desc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user