Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

cn_cbor_decode: set errp with CN_CBOR_NO_ERROR on success #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 14, 2018

  1. cn_cbor_decode: set errp with CN_CBOR_NO_ERROR on success

    for consistency, both
    > if (errp->err == CN_CBOR_NO_ERROR)
    and
    > if (ret)
    could be used to determine there was no error during decoding
    KonstantinRitt committed May 14, 2018
    Configuration menu
    Copy the full SHA
    5510dea View commit details
    Browse the repository at this point in the history