mirror of https://gitee.com/openkylin/glib2.0.git
[FIX] #169359 【市场】【人行清算中心】挂载U盘后文件管理器显示文件异常
This commit is contained in:
parent
b7e5c99e15
commit
88c51de3db
|
@ -431,7 +431,11 @@ g_local_file_enumerator_next_file (GFileEnumerator *enumerator,
|
|||
{
|
||||
g_error_free (my_error);
|
||||
goto next_file;
|
||||
}
|
||||
} else if (g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_BROKEN_PIPE))
|
||||
{
|
||||
g_error_free (my_error);
|
||||
goto next_file;
|
||||
}
|
||||
else
|
||||
g_propagate_error (error, my_error);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue