mirror of
https://github.com/glfw/glfw.git
synced 2026-02-21 14:43:02 +01:00
@@ -49,7 +49,7 @@
|
||||
static GLFWbool openJoystickDevice(const char* path)
|
||||
{
|
||||
char axisCount, buttonCount;
|
||||
char name[256];
|
||||
char name[256] = "";
|
||||
int joy, fd, version;
|
||||
_GLFWjoystickLinux* js;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user