Skip to content
Commit 61260854 authored by Daniel Stone's avatar Daniel Stone Committed by Kristian Høgsberg
Browse files

Xcursor: Don't ignore unknown file types



XFS doesn't return the file type with opendir(), and instead only
returns it when you stat() the file itself.  c66f2602 introduced a check
to ensure that only files and symlinks were loaded, while not checking
for DT_UNKNOWN.  Properly handle DT_UNKNOWN by just proceeding anyway.

Signed-off-by: default avatarDaniel Stone <daniel@fooishbar.org>
parent c806dde7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment