diff options
Diffstat (limited to 'Alc/wave.c')
-rw-r--r-- | Alc/wave.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -341,7 +341,7 @@ void alc_wave_deinit(void) void alc_wave_probe(int type) { - if(*(GetConfigValue("wave", "file", "")) == 0) + if(!ConfigValueExists("wave", "file")) return; if(type == DEVICE_PROBE) |