Changeset 1832


Ignore:
Timestamp:
Jul 13, 2015, 1:39:06 AM (10 years ago)
Author:
Gregg Young
Message:

Presumptive fix for Stubby trap which fits what appeared to be happening in the .trp file and follows the pattern of 2 other recent traps. Ticket 534

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/flesh.c

    r1831 r1832  
    282282  static BOOL brokenlan = FALSE, isbroken = FALSE;
    283283
    284   if (!pciParent || !*pciParent->pszFileName || !hwndCnr)
     284  if (!pciParent || !*pciParent->pszFileName
     285      || pciParent->pszFileName == NullStr || !hwndCnr)
    285286    return FALSE;
    286287
Note: See TracChangeset for help on using the changeset viewer.