We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bea84 commit 596d803Copy full SHA for 596d803
BASEVERSION.FS
@@ -1 +1 @@
1
-3.1.42
+3.1.64
libfsemu/src/ml/input.c
@@ -73,6 +73,10 @@ int fs_ml_post_event(fs_ml_event* event)
73
74
char *fs_ml_input_fix_joystick_name(const char *name, int upper)
75
{
76
+ if (name == NULL) {
77
+ return g_strdup("NULL");
78
+ }
79
+
80
char *n, *temp;
81
n = g_strdup(name);
82
g_strstrip(n);
0 commit comments