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

@@ -44,7 +44,7 @@ static void setcharoption(topt *opt, char *value)
free(*((char**)opt->var));
if(value)
{
*((char **) opt->var) = compat_strdup(value);
*((char **) opt->var) = INT123_compat_strdup(value);
opt->flags |= GLO_VAR_MEM;
} else
{