- 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
} }