mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[NTOSKNRL]
Properly check for string svn path=/trunk/; revision=54458
This commit is contained in:
parent
ee0296db7d
commit
c1f9c89d62
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
|||
}
|
||||
|
||||
/* Check if we had a Vendor ID */
|
||||
if (Prcb->VendorString)
|
||||
if (Prcb->VendorString[0])
|
||||
{
|
||||
/* Convert it to Unicode */
|
||||
RtlInitAnsiString(&TempString, Prcb->VendorString);
|
||||
|
|
Loading…
Reference in a new issue