X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Ferror.c;fp=src%2Ferror.c;h=9956089fe7baeb6668266a62c10cc9ad19751cf0;hb=aad21bd8666e7937b3d8b83b1fc0c57865dfc1ec;hp=a8a46503e4754d4a09257791ecf4aa4e15596206;hpb=b7f446051c67f16c360350c6191d7d181ffd2356;p=libsigrok.git diff --git a/src/error.c b/src/error.c index a8a46503..9956089f 100644 --- a/src/error.c +++ b/src/error.c @@ -58,6 +58,8 @@ SR_API const char *sr_strerror(int error_code) */ switch (error_code) { + case SR_OK_CONTINUE: + return "not enough data to decide error status yet"; case SR_OK: return "no error"; case SR_ERR: