Home
last modified time | relevance | path

Searched refs:tmpstring (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libmpg123/
H A Dlibmpg123.c1635 char *tmpstring = icy2utf8((const char*)source, enc == mpg123_text_cp1252 ? 1 : 0); in mpg123_store_utf8() local
1636 if(tmpstring != NULL) in mpg123_store_utf8()
1638 mpg123_set_string(sb, tmpstring); in mpg123_store_utf8()
1639 free(tmpstring); in mpg123_store_utf8()