Changeset 4424 for trunk/tools/common/kFileDef.cpp
- Timestamp:
- Oct 5, 2000, 3:25:26 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFileDef.cpp
r4402 r4424 495 495 pszEnd = strpbrk(pszStart, " \t"); 496 496 if (pszEnd == NULL) 497 pszEnd = pszStart + strlen(psz End);497 pszEnd = pszStart + strlen(pszStart); 498 498 pszModName = new char[pszEnd - pszStart + 1]; 499 499 memcpy(pszModName, pszStart, pszEnd - pszStart);
Note:
See TracChangeset
for help on using the changeset viewer.