Fixed an error in .out
git-svn-id: svn://svn.cc65.org/cc65/trunk@3846 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1302,7 +1302,7 @@ static void DoOut (void)
|
|||||||
/* Output the string and be sure to flush the output to keep it in
|
/* Output the string and be sure to flush the output to keep it in
|
||||||
* sync with any error messages if the output is redirected to a file.
|
* sync with any error messages if the output is redirected to a file.
|
||||||
*/
|
*/
|
||||||
printf ("%m%p\n", &SVal);
|
printf ("%*s\n", SB_GetLen (&SVal), SB_GetConstBuf (&SVal));
|
||||||
fflush (stdout);
|
fflush (stdout);
|
||||||
NextTok ();
|
NextTok ();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user