From 1bcbca14315920e88bb15ba0c73860443dd601ef Mon Sep 17 00:00:00 2001 From: Olaf Matthes Date: Fri, 8 Dec 2006 11:28:25 +0000 Subject: some changes to compile for Max again on OS X, still crashes when starting to poll svn path=/trunk/externals/io/hidio/; revision=6736 --- hidio_darwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hidio_darwin.c') diff --git a/hidio_darwin.c b/hidio_darwin.c index d85093b..0905d5f 100644 --- a/hidio_darwin.c +++ b/hidio_darwin.c @@ -738,7 +738,7 @@ void hidio_build_device_list(void) } /* TODO: this should be dumped for [devices( and [elements( messages */ -void hidio_print(t_hidio *x) +void hidio_doprint(t_hidio *x) { if( !HIDHaveDeviceList() ) hidio_build_device_list(); hidio_print_device_list(x); -- cgit v1.2.1