[NTDLL/LDR]

* Fix a thinko.

svn path=/trunk/; revision=53406
This commit is contained in:
Amine Khaldi 2011-08-24 03:02:03 +00:00
parent 3865e333ff
commit 32fb301010

View file

@ -1660,7 +1660,7 @@ LdrpSearchPath(IN PWCHAR *SearchPath,
{
/* Get character */
p = *ActualSearchPath;
if (!(p) && (p == ';'))
if (!(p) || (p == ';'))
{
/* FIXME: We don't have a character, or is a semicolon.*/