mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- rcsim: fix perror message
This commit is contained in:
@@ -219,7 +219,7 @@ int main (int argc, char **argv){
|
||||
#if defined (EVENTDEV)
|
||||
evd=open (EVENTDEV,O_RDWR);
|
||||
if (evd<0){
|
||||
perror ("opening event0 failed");
|
||||
perror ("opening " EVENTDEV " failed");
|
||||
return 1;
|
||||
}
|
||||
#else
|
||||
|
Reference in New Issue
Block a user