aboutsummaryrefslogtreecommitdiff
path: root/hid_windows.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-05-27 23:12:51 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-05-27 23:12:51 +0000
commit0d73c7d8ebc049bf080d28f0c0f96861f4fe2312 (patch)
tree001b0afdf03e68de637ecd4a869ab65dc96669a7 /hid_windows.c
parentc20ee1f2878608e9417c9a00c487fa0fbd7837a2 (diff)
added some status reporting, and got all the different methods for opening working on Mac OS X; time to fix GNU/Linux now...
svn path=/trunk/externals/hcs/hid/; revision=5145
Diffstat (limited to 'hid_windows.c')
-rwxr-xr-xhid_windows.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hid_windows.c b/hid_windows.c
index 7bc387c..ffa1dc0 100755
--- a/hid_windows.c
+++ b/hid_windows.c
@@ -179,8 +179,8 @@ void hid_output_device_name(t_hid *x, char *manufacturer, char *product)
strcat( device_name, manufacturer );
strcat ( device_name, " ");
strcat( device_name, product );
-// outlet_anything( x->x_device_name_outlet, gensym( device_name ),0,NULL );
- outlet_symbol( x->x_device_name_outlet, gensym( device_name ) );
+// outlet_anything( x->x_status_outlet, gensym( device_name ),0,NULL );
+ outlet_symbol( x->x_status_outlet, gensym( device_name ) );
}
/* ------------------------------------------------------------------------------ */