Another typo. Yep, I'm officially today's jester...

svn path=/trunk/; revision=33727
This commit is contained in:
Ged Murphy 2008-05-27 08:34:28 +00:00
parent 7cb9f6e369
commit 29ca8d764e

View file

@ -88,7 +88,7 @@ GetDllList()
if (NT_SUCCESS(Status))
{
LPWSTR lpBuffer = (LPWSTR)kvpInfo->Data;
if (lpBuffer != UNICODE_NULL)
if (*lpBuffer != UNICODE_NULL)
{
INT bytesToCopy, nullPos;