Changeset b017885 in mainline for uspace/lib/c/generic/dirent.c

Timestamp:
2026-03-17T12:37:41Z (2 days ago)
Author:
Vít Skalický <skalicky@…>
Children:
74c69dc
Parents:
7952b336
git-author:
Vít Skalický <skalicky@…> (2026-03-17 12:16:27)
git-committer:
Vít Skalický <skalicky@…> (2026-03-17 12:37:41)
Message:

Fix use of vfs_walk()

Added slash to the beginning of file names in dirent so that they are
an absolute path. vfs_walk() resolves path staring from the directory
passed as parent, but the paths themselves must be absolute (start
with /).

(No files)

Note: See TracChangeset for help on using the changeset viewer.