mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +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
|
@ -40,7 +40,7 @@
|
|||
// 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));
|
||||
|
||||
//
|
||||
// CM_KEY_CONTROL_BLOCK Signatures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue