Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tagutils/tagutils-mp3.c')
-rw-r--r--tagutils/tagutils-mp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tagutils/tagutils-mp3.c b/tagutils/tagutils-mp3.c
index 701bca1..c87a065 100644
--- a/tagutils/tagutils-mp3.c
+++ b/tagutils/tagutils-mp3.c
@@ -770,7 +770,7 @@ _get_mp3fileinfo(char *file, struct song_metadata *psong)
//DEBUG DPRINTF(E_INFO, L_SCANNER, "Got fileinfo successfully for file=%s song_length=%d\n", file, psong->song_length);
psong->blockalignment = 1;
- asprintf(&(psong->dlna_pn), "MP3");
+ xasprintf(&(psong->dlna_pn), "MP3");
return 0;
}