[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:
Serge Gautherie 2018-07-04 03:42:04 +02:00 committed by Hermès Bélusca-Maïto
parent fb48381cb4
commit 7d6bda16c6
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
22 changed files with 28 additions and 27 deletions

View file

@ -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