Changeset 2948 for trunk/src/kmk
- Timestamp:
- Sep 20, 2016, 5:36:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/dir-nt-bird.c
r2931 r2948 456 456 457 457 458 458 /* duplicated in kWorker.c */ 459 459 void nt_fullpath_cached(const char *pszPath, char *pszFull, size_t cbFull) 460 460 { … … 478 478 kHlpAssert(off > 1); 479 479 kHlpAssert(pAncestor != NULL); 480 kHlpAssert(pAncestor->Obj cchName > 0);480 kHlpAssert(pAncestor->Obj.cchName > 0); 481 481 pszFull[--off] = '/'; 482 482 off -= pAncestor->Obj.cchName;
Note:
See TracChangeset
for help on using the changeset viewer.