- fix typo and compilation under windows

svn path=/trunk/; revision=28610
This commit is contained in:
Johannes Anderwald 2007-08-27 18:53:31 +00:00
parent 082b2c7533
commit 8512542ef5

View file

@ -209,7 +209,7 @@ namespace Sysreg_
} }
else else
{ {
m_Src = _T("\\\\.\\pipe\\" + pipe; m_Src = _T("\\\\.\\pipe\\") + pipe;
} }
#endif #endif
} }
@ -221,7 +221,7 @@ namespace Sysreg_
#ifdef __LINUX__ #ifdef __LINUX__
m_Src = m_BootCmd; m_Src = m_BootCmd;
#else #else
cerr << "Error: sysreg doesnot support reading stdio" << endl; cerr << "Error: sysreg does not support reading stdio" << endl;
return false; return false;
#endif #endif