mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
82bf8bf379
The previous check was inlined in the dir walk, so it always saw a relative path. Here, it gets an absolute one instead, so act accordingly ;). Fix #11390 Regression since #11056