Fixed small mistake in string handling in my last commit.

svn path=/trunk/; revision=10846
This commit is contained in:
Jens Collin 2004-09-13 18:04:09 +00:00
parent 89c8c187f3
commit 32bd722bb4

View file

@ -91,7 +91,7 @@ static BOOL SHELL_ArgifyW(WCHAR* out, int len, const WCHAR* fmt, const WCHAR* lp
WCHAR tmpEnvBuff[MAX_PATH];
WCHAR* tmpE = tmpEnvBuff;
DWORD envRet;
static const WCHAR wszSPerc[] = {'%','s','%','%',0};
static const WCHAR wszSPerc[] = {'%','s',0};
static const WCHAR wszPerc[] = {'%',0};
TRACE("%p, %d, %s, %s, %p, %p\n", out, len, debugstr_w(fmt),