diff options
Diffstat (limited to '')
-rw-r--r-- | src/player.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.c b/src/player.c index 4188243e6..0ca57bbb4 100644 --- a/src/player.c +++ b/src/player.c @@ -382,7 +382,7 @@ int playerSeek(FILE * fp, Song * song, float time) { if(pc->state==PLAYER_STATE_STOP) { commandError(fp, ACK_ERROR_PLAYER_SYNC, - "player not currently playing"); + "player not currently playing", NULL); return -1; } |