Changeset 3364 in kBuild
- Timestamp:
- Jun 8, 2020 7:29:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/kDepObj.c
r3341 r3364 442 442 if (uLinNumType != 3 && uLinNumType != 4) 443 443 { 444 static const unsigneds_acbTypes[3] = { 2+2+4, 4+4+4, 2+2+4+4+4 };445 unsignedcbEntry = s_acbTypes[uLinNumType];444 static const KU16 s_acbTypes[3] = { 2+2+4, 4+4+4, 2+2+4+4+4 }; 445 KU16 cbEntry = s_acbTypes[uLinNumType]; 446 446 447 447 while (cLinNums && cbRecLeft) … … 504 504 while (iLinFile < cLinFiles && cbRecLeft) 505 505 { 506 intcbName = *uData.pb++;506 KU16 cbName = *uData.pb++; 507 507 if (cbRecLeft < 1 + cbName) 508 508 return kDepErr(pThis, 1, "%#07lx - Bad LINNUM32 record, file/path table entry too long.", (long)((const KU8 *)pHdr - pbFile));
Note:
See TracChangeset
for help on using the changeset viewer.