Skip to content
Snippets Groups Projects
Commit 4ab00108 authored by Simon McVittie's avatar Simon McVittie
Browse files

system-info: Treat no multiarch subdirectory the same as no expectations

parent c470ed78
No related branches found
No related tags found
No related merge requests found
Pipeline #1397 passed
......@@ -545,9 +545,11 @@ srt_system_info_check_library (SrtSystemInfo *self,
{
g_debug ("An error occurred while opening the symbols directory: %s", error->message);
g_clear_error (&error);
goto out;
}
}
if (dir != NULL)
{
while ((filename = g_dir_read_name (dir)))
{
if (!g_str_has_suffix (filename, ".symbols"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment