mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
softsynth: on error, be clear we are talking about /dev/softsynth
This commit is contained in:
parent
e858481c0a
commit
316e4fc51d
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ int open_softsynth(void)
|
||||||
// Kernel without unicode support? Try without unicode.
|
// Kernel without unicode support? Try without unicode.
|
||||||
softFD = open("/dev/softsynth", O_RDWR | O_NONBLOCK);
|
softFD = open("/dev/softsynth", O_RDWR | O_NONBLOCK);
|
||||||
if (softFD < 0) {
|
if (softFD < 0) {
|
||||||
perror("Unable to open the softsynth device");
|
perror("Unable to open the /dev/softsynth device");
|
||||||
rc = -1;
|
rc = -1;
|
||||||
}
|
}
|
||||||
return rc;
|
return rc;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue