From: Martin Mares Date: Fri, 3 Apr 2015 19:15:08 +0000 (+0200) Subject: songsack: update for new libucw X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9e62571d66243d0f5c8bd302ff23f3789de9ab89;p=misc.git songsack: update for new libucw --- diff --git a/ucw/songsack.c b/ucw/songsack.c index 42e55a7..4dd120a 100644 --- a/ucw/songsack.c +++ b/ucw/songsack.c @@ -47,7 +47,7 @@ int main(int argc, char **argv) continue; DBG("<< %d <%s>", d, c); - struct song *g = GARY_PUSH(songs, 1); + struct song *g = GARY_PUSH(songs); g->name = mp_strdup(mp, c); g->duration = d; }