[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx:[831] trunk/fuse/ui/cocoa/SDL_joystick/ SDL_s
Brought to you by:
fredm
From: <fr...@us...> - 2016-10-21 11:27:19
|
Revision: 831 http://sourceforge.net/p/fuse-for-macosx/code/831 Author: fredm Date: 2016-10-21 11:27:17 +0000 (Fri, 21 Oct 2016) Log Message: ----------- Downgrade HID USB errors to console warnings from UI dialogs. Modified Paths: -------------- trunk/fuse/ui/cocoa/SDL_joystick/SDL_sysjoystick.c Modified: trunk/fuse/ui/cocoa/SDL_joystick/SDL_sysjoystick.c =================================================================== --- trunk/fuse/ui/cocoa/SDL_joystick/SDL_sysjoystick.c 2016-10-04 08:52:50 UTC (rev 830) +++ trunk/fuse/ui/cocoa/SDL_joystick/SDL_sysjoystick.c 2016-10-21 11:27:17 UTC (rev 831) @@ -110,7 +110,7 @@ static void HIDReportErrorNum(char *strError, long numError) { - ui_error( UI_ERROR_ERROR, "%s", strError); + fprintf( stderr, "%s", strError); } static void HIDGetCollectionElements(CFMutableDictionaryRef deviceProperties, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |