mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[REACTOS] Improve how some ASSERTMSG() message values are printed: enforce ending "\n".
NB: Not touching calls in "third-party" code: class and classpnp.
This commit is contained in:
parent
fb48381cb4
commit
7d6bda16c6
22 changed files with 28 additions and 27 deletions
|
@ -313,7 +313,7 @@ extern ULONG CmlibTraceLevel;
|
|||
// Hack since bigkeys are not yet supported
|
||||
//
|
||||
#define ASSERT_VALUE_BIG(h, s) \
|
||||
ASSERTMSG("Big keys not supported!", !CmpIsKeyValueBig(h, s));
|
||||
ASSERTMSG("Big keys not supported!\n", !CmpIsKeyValueBig(h, s));
|
||||
|
||||
//
|
||||
// Returns whether or not this is a small valued key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue