[0.2.x] regression fix : issue #12793 ( regression bug: print x,y inserts line feeds )

git-svn-id: https://pykd.svn.codeplex.com/svn@87430 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2014-03-03 05:41:30 +00:00 committed by Mikhail I. Izmestev
parent 8dd29afb06
commit da3f14a198

View File

@ -19,6 +19,7 @@ void dprint( const std::wstring &str, bool dml )
while (std::getline(sstr, line))
{
if ( !sstr.eof() )
line += L'\n';
g_dbgEng->control->ControlledOutputWide(