Searched refs:id3tag_buf (Results 1 – 1 of 1) sorted by relevance
53 char* id3tag_buf = lsx_malloc(strlen(comment) + 6); in write_comments() local54 if (id3tag_buf) in write_comments()56 sprintf(id3tag_buf, "TPOS=%s", comment); in write_comments()57 p->id3tag_set_fieldvalue(p->gfp, id3tag_buf); in write_comments()58 free(id3tag_buf); in write_comments()