diff options
Diffstat (limited to 'Alc/solaris.c')
-rw-r--r-- | Alc/solaris.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Alc/solaris.c b/Alc/solaris.c index 4fbb1942..275d81ac 100644 --- a/Alc/solaris.c +++ b/Alc/solaris.c @@ -111,8 +111,7 @@ static ALCboolean solaris_open_playback(ALCdevice *device, const ALCchar *device if(data->fd == -1) { free(data); - if(errno != ENOENT) - AL_PRINT("Could not open %s: %s\n", driver, strerror(errno)); + AL_PRINT("Could not open %s: %s\n", driver, strerror(errno)); return ALC_FALSE; } |