mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 04:37:15 +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 */
|
/* Check if we had a Vendor ID */
|
||||||
if (Prcb->VendorString)
|
if (Prcb->VendorString[0])
|
||||||
{
|
{
|
||||||
/* Convert it to Unicode */
|
/* Convert it to Unicode */
|
||||||
RtlInitAnsiString(&TempString, Prcb->VendorString);
|
RtlInitAnsiString(&TempString, Prcb->VendorString);
|
||||||
|
|
Loading…
Reference in a new issue