Author: janderwald
Date: Mon Aug 27 22:53:31 2007
New Revision: 28610
URL:
http://svn.reactos.org/svn/reactos?rev=28610&view=rev
Log:
- fix typo and compilation under windows
Modified:
trunk/reactos/tools/sysreg/rosboot_test.cpp
Modified: trunk/reactos/tools/sysreg/rosboot_test.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/rosboot_test.…
==============================================================================
--- trunk/reactos/tools/sysreg/rosboot_test.cpp (original)
+++ trunk/reactos/tools/sysreg/rosboot_test.cpp Mon Aug 27 22:53:31 2007
@@ -209,7 +209,7 @@
}
else
{
- m_Src = _T("\\\\.\\pipe\\" + pipe;
+ m_Src = _T("\\\\.\\pipe\\") + pipe;
}
#endif
}
@@ -221,7 +221,7 @@
#ifdef __LINUX__
m_Src = m_BootCmd;
#else
- cerr << "Error: sysreg doesnot support reading stdio" <<
endl;
+ cerr << "Error: sysreg does not support reading stdio" <<
endl;
return false;
#endif