commit | 05ec57b509eccd7d2f4bc7ef88b584b2601445f4 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Sun Oct 21 01:50:03 2018 +0530 |
committer | Laurence Lundblade <lgl@island-resort.com> | Sun Oct 21 01:50:03 2018 +0530 |
tree | 5a43f0e25432c8226e8d9dbdb34e31e663e745db | |
parent | 87854a994eada0d613a085000daa4771526b679a [diff] [blame] |
Useful_Set interface changed to be more in line with UsefulBulf conventions
diff --git a/test/qcbor_decode_tests.c b/test/qcbor_decode_tests.c index 0bc2525..9e61dd5 100644 --- a/test/qcbor_decode_tests.c +++ b/test/qcbor_decode_tests.c
@@ -2171,7 +2171,7 @@ if((nCBORError = QCBORDecode_GetNext(&DC, &Item4))) return nCBORError; - UsefulBuf_Set(&CopyOfStorage, '_'); + UsefulBuf_Set(CopyOfStorage, '_'); if(Item1.uLabelType != QCBOR_TYPE_TEXT_STRING || Item1.label.string.len != 13 ||