mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[CRT]
Fix format according to var svn path=/trunk/; revision=58698
This commit is contained in:
@@ -35,7 +35,7 @@ _assert (
|
||||
(msvcrt_error_mode == _OUT_TO_STDERR))
|
||||
{
|
||||
/* Print 'Assertion failed: x<y, file foo.c, line 45' to stderr */
|
||||
fprintf(stderr, "Assertion failed: %s, file %s, line %d\n", exp, file, line);
|
||||
fprintf(stderr, "Assertion failed: %s, file %s, line %u\n", exp, file, line);
|
||||
abort();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user