fix some gcc-2.95 errors
git-svn-id: https://svn.musicpd.org/mpd/trunk@414 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -172,9 +172,10 @@ int playerGetDecodeType(char * utf8file) {
|
||||
|
||||
int playerPlay(FILE * fp, char * utf8file) {
|
||||
PlayerControl * pc = &(getPlayerData()->playerControl);
|
||||
if(fp==NULL) fp = stderr;
|
||||
int decodeType;
|
||||
|
||||
if(fp==NULL) fp = stderr;
|
||||
|
||||
if(playerStop(fp)<0) return -1;
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user