mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
fix a typo
svn path=/trunk/; revision=35991
This commit is contained in:
parent
d81595f07a
commit
a70af7ce64
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue