oggvorbis_plugin.c: update message to match changed function name
I'm not using __FUNCTION__ or __func__ because compiler support for these is still a bit iffy as far as I know... git-svn-id: https://svn.musicpd.org/mpd/trunk@4662 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
ee223bf02b
commit
72c12ff768
@ -383,8 +383,8 @@ static MpdTag *oggvorbis_TagDup(char *file)
|
|||||||
|
|
||||||
fp = fopen(file, "r");
|
fp = fopen(file, "r");
|
||||||
if (!fp) {
|
if (!fp) {
|
||||||
DEBUG("oggTagDup: Failed to open file: '%s', %s\n", file,
|
DEBUG("oggvorbis_TagDup: Failed to open file: '%s', %s\n",
|
||||||
strerror(errno));
|
file, strerror(errno));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
if (ov_open(fp, &vf, NULL, 0) < 0) {
|
if (ov_open(fp, &vf, NULL, 0) < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user