mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Dir cache: Fix resume of relative path playlists.
Slightly modified from original patch by Fabrice Bellard. Change-Id: I9ae04fa460f0f1b9c616e6f99505d4c5d4358f68
This commit is contained in:
parent
67716c6b46
commit
760277e096
3 changed files with 57 additions and 4 deletions
|
|
@ -82,6 +82,7 @@ size_t path_basename(const char *name, const char **nameptr);
|
|||
size_t path_dirname(const char *name, const char **nameptr);
|
||||
size_t path_strip_trailing_separators(const char *name, const char **nameptr);
|
||||
void path_correct_separators(char *dstpath, const char *path);
|
||||
void path_remove_dot_segments(char *dstpath, const char *path);
|
||||
|
||||
/* constants useable in basepath and component */
|
||||
#define PA_SEP_HARD NULL /* separate even if base is empty */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue