mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
- Isolate driver name for sysparams test crash, one more try. CORE-7574
svn path=/trunk/; revision=60992
This commit is contained in:
@@ -374,7 +374,8 @@ EngLoadImageEx(
|
||||
/* Check if the ldev is associated with a file */
|
||||
if (pldev->pGdiDriverInfo)
|
||||
{
|
||||
ERR("Driver Name %wZ\n", &strDriverName);
|
||||
ERR("Driver Name 1 %wZ\n", &strDriverName);
|
||||
ERR("Driver Name 2 %wZ\n", &pldev->pGdiDriverInfo->DriverName);
|
||||
/* Check for match (case insensative) */
|
||||
if (RtlEqualUnicodeString(&pldev->pGdiDriverInfo->DriverName, &strDriverName, 1))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user