From 9e62571d66243d0f5c8bd302ff23f3789de9ab89 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 3 Apr 2015 21:15:08 +0200 Subject: [PATCH] songsack: update for new libucw --- ucw/songsack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2