Skip to content

Commit 596d803

Browse files
committed
3.1.64
1 parent 74bea84 commit 596d803

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

BASEVERSION.FS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.42
1+
3.1.64

libfsemu/src/ml/input.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ int fs_ml_post_event(fs_ml_event* event)
7373

7474
char *fs_ml_input_fix_joystick_name(const char *name, int upper)
7575
{
76+
if (name == NULL) {
77+
return g_strdup("NULL");
78+
}
79+
7680
char *n, *temp;
7781
n = g_strdup(name);
7882
g_strstrip(n);

0 commit comments

Comments
 (0)