mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[DBGPRINT] --wintest mode: Improve readability of output.
svn path=/trunk/; revision=72248
This commit is contained in:
@@ -44,7 +44,7 @@ int _tmain(int argc, TCHAR ** argv)
|
||||
|
||||
/* get available tests */
|
||||
strcpy(cmd, argv[2]);
|
||||
strcat(cmd, " --list");
|
||||
strcat(cmd, " --list");
|
||||
pPipe = _tpopen(cmd, "r");
|
||||
if (pPipe != NULL)
|
||||
{
|
||||
@@ -68,6 +68,8 @@ int _tmain(int argc, TCHAR ** argv)
|
||||
if (nlptr2)
|
||||
*nlptr2 = '\0';
|
||||
puts(psBuffer2);
|
||||
if (nlptr2)
|
||||
*nlptr2 = '\n';
|
||||
OutputDebugStringA(psBuffer2);
|
||||
}
|
||||
_pclose(pPipe2);
|
||||
|
||||
Reference in New Issue
Block a user