mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-01 01:40:07 -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);
|
dir = opendir(path);
|
||||||
if (!dir)
|
if (!dir)
|
||||||
return -ENOENT;
|
return 0;
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
dirent = readdir64(dir);
|
dirent = readdir64(dir);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue