]> sigrok.org Git - libsigrok.git/commit
Remove SR_OK_CONTINUE.
authorBert Vermeulen <redacted>
Sun, 30 Aug 2015 19:15:02 +0000 (21:15 +0200)
committerUwe Hermann <redacted>
Mon, 31 Aug 2015 14:23:10 +0000 (16:23 +0200)
commitb05409d7923df5205c07e5cce2d2791eb74cf268
tree030e932f5cbce15929d5b514f12f54c335d2ee02
parentb93006789f5cbce740bb2cece5a87d2969076e25
Remove SR_OK_CONTINUE.

This brings error reporting back to the usual: either return codes
are SR_OK (0) or they are < 1 indicating an error.

This fixes bug #633.
include/libsigrok/libsigrok.h
src/error.c