add a error msg for playerSeek()
git-svn-id: https://svn.musicpd.org/mpd/trunk@736 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
b5bdc71d2c
commit
1f0f1b2892
@ -399,6 +399,7 @@ int playerSeek(FILE * fp, char * utf8file, float time) {
|
||||
if(decodeType < 0) {
|
||||
myfprintf(fp,"%s unknown file type: %s\n",
|
||||
COMMAND_RESPOND_ERROR, utf8file);
|
||||
ERROR("playerSeek: unknown file type: %s\n", utf8file);
|
||||
return -1;
|
||||
}
|
||||
pc->decodeType = decodeType;
|
||||
|
Loading…
Reference in New Issue
Block a user