oups...
This commit is contained in:
parent
5e8b0e498a
commit
cd57c7378b
@ -92,7 +92,7 @@ if (verbosity) {
|
|||||||
lo_address t = lo_address_new(remote_host, remote_port);
|
lo_address t = lo_address_new(remote_host, remote_port);
|
||||||
|
|
||||||
if( ( joy_fd = open(joy_device , O_RDONLY)) == -1 ) {
|
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);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user