Another typo. Yep, I'm officially today's jester...
authorGed Murphy <gedmurphy@reactos.org>
Tue, 27 May 2008 08:34:28 +0000 (08:34 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Tue, 27 May 2008 08:34:28 +0000 (08:34 +0000)
svn path=/trunk/; revision=33727

reactos/dll/win32/user32/misc/dllmain.c

index 7eb7247..229a5fc 100644 (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;