fix a typo

svn path=/trunk/; revision=35991
This commit is contained in:
Christoph von Wittich 2008-09-06 16:28:26 +00:00
parent d81595f07a
commit a70af7ce64

View file

@ -55,7 +55,7 @@ int _tmain(int argc, TCHAR ** argv)
strcpy(test, "\n\nRunning ");
strcat(test, cmd);
OutputDebugStringA(test);
pPipe2 = _tpopen(cmd, "r");
pPipe2 = _popen(cmd, "r");
if (pPipe2 != NULL)
{
while(fgets(psBuffer2, 128, pPipe2))