mpg123-1.32.0

This commit is contained in:
Ozkan Sezer
2023-09-24 08:51:02 +03:00
parent 89d671ef14
commit 2279cffc0f
241 changed files with 18940 additions and 16360 deletions

View File

@@ -55,7 +55,7 @@ int split_dir_file (const char *path, char **dname, char **fname)
if ((slashpos = strrchr(path, '/'))) {
*fname = slashpos + 1;
*dname = compat_strdup(path); /* , 1 + slashpos - path); */
*dname = INT123_compat_strdup(path); /* , 1 + slashpos - path); */
if(!(*dname)) {
perror("failed to allocate memory for dir name");
return 0;