mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:02:58 +00:00
[NTDLL/LDR]
* Fix a thinko. svn path=/trunk/; revision=53406
This commit is contained in:
parent
3865e333ff
commit
32fb301010
1 changed files with 1 additions and 1 deletions
|
@ -1660,7 +1660,7 @@ LdrpSearchPath(IN PWCHAR *SearchPath,
|
||||||
{
|
{
|
||||||
/* Get character */
|
/* Get character */
|
||||||
p = *ActualSearchPath;
|
p = *ActualSearchPath;
|
||||||
if (!(p) && (p == ';'))
|
if (!(p) || (p == ';'))
|
||||||
{
|
{
|
||||||
/* FIXME: We don't have a character, or is a semicolon.*/
|
/* FIXME: We don't have a character, or is a semicolon.*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue