@@ -6389,7 +6389,7 @@ void input_config_parse_mouse_button(
63896389
63906390 fill_pathname_join_delim (key , s , "mbtn" , '_' , sizeof (key ));
63916391
6392- if (config_get_array (conf , key , tmp , sizeof (tmp )) > 0 )
6392+ if (config_get_array (conf , key , tmp , sizeof (tmp )))
63936393 {
63946394 bind -> mbutton = NO_BTN ;
63956395
@@ -6460,7 +6460,7 @@ void input_config_parse_joy_axis(
64606460 fill_pathname_join_delim (key_label , s ,
64616461 "axis_label" , '_' , sizeof (key_label ));
64626462
6463- if (config_get_array (conf , key , tmp , sizeof (tmp )) > 0 )
6463+ if (config_get_array (conf , key , tmp , sizeof (tmp )))
64646464 {
64656465 if ( tmp [0 ] == 'n'
64666466 && tmp [1 ] == 'u'
@@ -6551,7 +6551,7 @@ void input_config_parse_joy_button(
65516551 fill_pathname_join_delim (key_label , s ,
65526552 "btn_label" , '_' , sizeof (key_label ));
65536553
6554- if (config_get_array (conf , key , tmp , sizeof (tmp )) > 0 )
6554+ if (config_get_array (conf , key , tmp , sizeof (tmp )))
65556555 {
65566556 btn = tmp ;
65576557 if ( btn [0 ] == 'n'
0 commit comments