Changeset 1861


Ignore:
Timestamp:
Aug 23, 2015, 1:33:45 AM (10 years ago)
Author:
Steven Levine
Message:

IsParentOfChildPath: correct Runtime_Error copy/paste typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/flesh.c

    r1860 r1861  
    782782  UINT c;
    783783  if (!((PFLESHWORKITEM)item)->pci->pszFileName) {
    784     Runtime_Error(pszSrcFile, __LINE__, "IsParentOfChildPath called with pci %p pszFileName (null) by %s:%u", ((PFLESHWORKITEM)item)->pci);
     784    Runtime_Error(pszSrcFile, __LINE__, "IsParentOfChildPath called with pci %p pszFileName (null)", ((PFLESHWORKITEM)item)->pci);
    785785    return FALSE;
    786786  }
Note: See TracChangeset for help on using the changeset viewer.