mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-05 04:06:34 -05:00
Skip missing ladspa directories
This commit is contained in:
parent
19be3b23b3
commit
20e27c36f5
1 changed files with 1 additions and 1 deletions
|
|
@ -1158,7 +1158,7 @@ static int snd_pcm_ladspa_check_dir(snd_pcm_ladspa_plugin_t * const plugin,
|
|||
|
||||
dir = opendir(path);
|
||||
if (!dir)
|
||||
return -ENOENT;
|
||||
return 0;
|
||||
|
||||
while (1) {
|
||||
dirent = readdir64(dir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue