Fixed debug print to not overflow the stack on long prints.
authorPhillip Susi <phreak@iag.net>
Mon, 25 Feb 2002 22:45:04 +0000 (22:45 +0000)
committerPhillip Susi <phreak@iag.net>
Mon, 25 Feb 2002 22:45:04 +0000 (22:45 +0000)
commitf83db8cc84d83ce7a2cdd1738645c80e41b3f89c
treecaa90de87219252507b8c848db8ba565b411de09
parent9594f61e1f5cb32e28d85117334819023ba331e9
Fixed debug print to not overflow the stack on long prints.
Increased buffer from 512 to 1024 bytes, and truncate string using _vsnprintf()

svn path=/trunk/; revision=2650
reactos/ntoskrnl/dbg/print.c