|
|
|
@ -92,7 +92,7 @@ if (verbosity) {
@@ -92,7 +92,7 @@ if (verbosity) {
|
|
|
|
|
lo_address t = lo_address_new(remote_host, remote_port); |
|
|
|
|
|
|
|
|
|
if( ( joy_fd = open(joy_device , O_RDONLY)) == -1 ) { |
|
|
|
|
fprintf(stderr, "Couldn't open %s\n", JOY_DEVICE); |
|
|
|
|
fprintf(stderr, "Couldn't open %s\n", joy_device); |
|
|
|
|
exit(1); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|