Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dplugin.c405 static const char *errtitle = "Invalid FLAC File: "; in FLAC_XMMS__get_song_info() local
406 if(strlen(errtitle) + 1 + strlen(filename) + 1 + 1 < strlen(filename)) { /* overflow check */ in FLAC_XMMS__get_song_info()
410 size_t len = strlen(errtitle) + 1 + strlen(filename) + 1 + 1; in FLAC_XMMS__get_song_info()
412 flac_snprintf(*title, len, "%s\"%s\"", errtitle, filename); in FLAC_XMMS__get_song_info()