1
0
Fork 0
forked from len0rd/rockbox

Warn before overwriting another playlist on disk

When saving a playlist to an existing file on disk,
warn user, unless the playlist's file name remains
unchanged.

Change-Id: I10d82667de5fadb5323be4f981bea9263849f07a
This commit is contained in:
Christian Soffke 2023-06-04 00:43:56 +02:00
parent 2747e920ba
commit 422ea20cef
6 changed files with 55 additions and 27 deletions

View file

@ -159,6 +159,7 @@ int hex_to_rgb(const char* hex, int* color);
#endif
int confirm_delete_yesno(const char *name);
int confirm_overwrite_yesno(void);
char* strrsplt(char* str, int c);
char* skip_whitespace(char* const str);