1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-31 13:53:00 +00:00

fixed osx scanf behaviour, notifications

This commit is contained in:
Andrew Karpow
2014-03-08 12:23:21 +01:00
parent b9a4d83130
commit 35ab38d0e2
2 changed files with 24 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ int callback_mpd(struct mg_connection *c)
size_t n = 0;
unsigned int uint_buf, uint_buf_2;
int int_buf;
char *p_charbuf;
char *p_charbuf = NULL;
if(cmd_id == -1)
return MG_CLIENT_CONTINUE;