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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dplugin.c402 static const char *errtitle = "Invalid FLAC File: "; local
403 if(strlen(errtitle) + 1 + strlen(filename) + 1 + 1 < strlen(filename)) { /* overflow check */
407 *title = g_malloc(strlen(errtitle) + 1 + strlen(filename) + 1 + 1);
408 sprintf(*title, "%s\"%s\"", errtitle, filename);

Completed in 50 milliseconds