Skip to content

Commit

Permalink
false should have been NULL; propagate 83c4af0 from master (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurence Lundblade <[email protected]>
  • Loading branch information
laurencelundblade and Laurence Lundblade authored Feb 20, 2025
1 parent af3a392 commit 611e502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcbor_spiffy_decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ QCBORDecode_Private_ExitBoundedLevel(QCBORDecodeContext *pMe,
* level is reached. It may do nothing, or ascend all the way to
* the top level.
*/
uErr = QCBORDecode_Private_NestLevelAscender(pMe, NULL, false);
uErr = QCBORDecode_Private_NestLevelAscender(pMe, NULL, NULL);
if(uErr != QCBOR_SUCCESS) {
goto Done;
}
Expand Down

0 comments on commit 611e502

Please sign in to comment.