Re: [sigrok-devel] [PATCH v3 06/10] SR_ERR_IO: new error code

2015-02-11 Thread Uwe Hermann
Hi, On Mon, Feb 09, 2015 at 06:31:14PM +0100, Bartosz Golaszewski wrote: > Add new error code which can be used to notify the user about > general input/output errors. Merged, thanks! Uwe. -- http://hermann-uwe.de | http://randomprojects.org | http://sigrok.org --

[sigrok-devel] [PATCH v3 06/10] SR_ERR_IO: new error code

2015-02-09 Thread Bartosz Golaszewski
Add new error code which can be used to notify the user about general input/output errors. Signed-off-by: Bartosz Golaszewski --- include/libsigrok/libsigrok.h | 1 + src/error.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/include/libsigrok/libsigrok.h b/include/libs