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
3794e8e74b
commit
4db42b6242
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ int open_softsynth(void)
|
|||
// Kernel without unicode support? Try without unicode.
|
||||
softFD = open("/dev/softsynth", O_RDWR | O_NONBLOCK);
|
||||
if (softFD < 0) {
|
||||
perror("Unable to open the softsynth device");
|
||||
perror("Unable to open the /dev/softsynth device");
|
||||
rc = -1;
|
||||
}
|
||||
return rc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue