Changeset 960 for trunk/dll/misc.c
- Timestamp:
- Feb 18, 2008, 4:06:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r959 r960 799 799 pci->pszLongName = xrealloc(pci->pszLongName, retlen + 1, pszSrcFile, __LINE__); 800 800 } 801 else 801 else { 802 802 pci->pszLongName = xmalloc(retlen + 1, pszSrcFile, __LINE__); 803 if (!pci->pszLongName) 804 return FALSE; 805 } 803 806 return (MRESULT) WriteLongName(pci->pszFileName, longname); 804 807 }
Note:
See TracChangeset
for help on using the changeset viewer.