diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-01 21:14:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-07 22:45:50 +0100 |
| commit | 38bf41a1b3fc0228ea44f69b2f145a7fa2a9aabb (patch) | |
| tree | b676fb52374562694393937efbc47aa75206d1d9 /src/verify.h | |
| parent | 356ca40b85676e9e0f07f24d0752b30f2d0e8565 (diff) | |
Check for multiple asset IDs in an ASSETMAP during verify.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index d565abfa..e9b5c9d0 100644 --- a/src/verify.h +++ b/src/verify.h @@ -405,7 +405,12 @@ public: * note contains the PKL ID * file contains the PKL filename */ - DUPLICATE_ASSET_ID_IN_PKL + DUPLICATE_ASSET_ID_IN_PKL, + /** An ASSETMAP has more than one asset with the same ID + * note contains the ASSETMAP ID + * file contains the ASSETMAP filename + */ + DUPLICATE_ASSET_ID_IN_ASSETMAP }; VerificationNote (Type type, Code code) |
