Make regexpl build again. (I know I really should fix this to be unicode)

BTW this is a kick ass tool that does work over the network. I just tested it
editing the registry on the wifes box.

svn path=/trunk/; revision=11268
This commit is contained in:
Steven Edwards 2004-10-11 01:24:22 +00:00
parent ee08f03b99
commit e9542274b4
6 changed files with 21 additions and 19 deletions

View file

@ -1,4 +1,4 @@
/* $Id: ShellCommandDir.cpp,v 1.4 2001/01/13 23:55:37 narnaoud Exp $
/* $Id: ShellCommandDir.cpp,v 1.5 2004/10/11 01:24:22 sedwards Exp $
*
* regexpl - Console Registry Explorer
*
@ -269,7 +269,7 @@ CheckDirArgument:
{
rConsole.Write(_T("Error "));
TCHAR Buffer[256];
rConsole.Write(_itot(nError,Buffer,10));
rConsole.Write(_itoa(nError,Buffer,10));
rConsole.Write(_T("\n"));
}