mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
Fixed small mistake in string handling in my last commit.
svn path=/trunk/; revision=10846
This commit is contained in:
parent
89c8c187f3
commit
32bd722bb4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ static BOOL SHELL_ArgifyW(WCHAR* out, int len, const WCHAR* fmt, const WCHAR* lp
|
||||||
WCHAR tmpEnvBuff[MAX_PATH];
|
WCHAR tmpEnvBuff[MAX_PATH];
|
||||||
WCHAR* tmpE = tmpEnvBuff;
|
WCHAR* tmpE = tmpEnvBuff;
|
||||||
DWORD envRet;
|
DWORD envRet;
|
||||||
static const WCHAR wszSPerc[] = {'%','s','%','%',0};
|
static const WCHAR wszSPerc[] = {'%','s',0};
|
||||||
static const WCHAR wszPerc[] = {'%',0};
|
static const WCHAR wszPerc[] = {'%',0};
|
||||||
|
|
||||||
TRACE("%p, %d, %s, %s, %p, %p\n", out, len, debugstr_w(fmt),
|
TRACE("%p, %d, %s, %s, %p, %p\n", out, len, debugstr_w(fmt),
|
||||||
|
|
Loading…
Reference in a new issue