mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 03:04:14 +02: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