freebsd-ports/games/qudos/files/patch-src__unix__gl_glx.c
Alejandro Pulver 34174703e7 - Update to version 0.40.1.
- Make fetchable.
2006-06-21 19:07:15 +00:00

11 lines
361 B
C

--- ./src/unix/gl_glx.c.orig Mon Jun 5 19:35:46 2006
+++ ./src/unix/gl_glx.c Sun Jun 11 14:56:13 2006
@@ -1239,7 +1239,7 @@
#endif
}
#ifdef __FreeBSD__
- else if (read(joy_fd, &j, sizeof(struct joystick)) != -1)
+ else if (read(joy_fd, &j, sizeof(struct joystick)) != -1) {
#else
else {
while (read(joy_fd, &e, sizeof(struct js_event)) != -1 &&