From 0ffbcb755916398d7127d1318aeac3863a7ea00e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 8 Sep 2008 17:24:19 +0000 Subject: - fixed "open" state reporting, it was always reporting "open 1" - cleaned up hidio-help.pd a bit, removed deprecated [print( message svn path=/trunk/externals/io/hidio/; revision=10278 --- hidio_darwin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hidio_darwin.c') diff --git a/hidio_darwin.c b/hidio_darwin.c index 1eb6bf4..dcc912b 100644 --- a/hidio_darwin.c +++ b/hidio_darwin.c @@ -830,6 +830,7 @@ t_int hidio_open_device(t_hidio *x, short device_number) } +// TODO: return the same as POSIX open()/close() - 0=success, -1=fail t_int hidio_close_device(t_hidio *x) { debug_post(LOG_DEBUG,"hidio_close_device"); -- cgit v1.2.1