Changeset 1861
- Timestamp:
- Aug 23, 2015, 1:33:45 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/dll/flesh.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/flesh.c
r1860 r1861 782 782 UINT c; 783 783 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); 785 785 return FALSE; 786 786 }
Note:
See TracChangeset
for help on using the changeset viewer.
