From 9bd62aef042c65427f60473e591e719c51121903 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Sep 2008 19:33:16 +0200 Subject: add tdb based shared lookup cache --- src/oss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/oss.c') diff --git a/src/oss.c b/src/oss.c index 351f436..12b4618 100644 --- a/src/oss.c +++ b/src/oss.c @@ -429,7 +429,7 @@ int driver_play(ca_context *c, uint32_t id, ca_proplist *proplist, ca_finish_cal goto finish; } - if ((ret = ca_lookup_sound(&out->file, &p->theme, c->props, proplist)) < 0) + if ((ret = ca_lookup_sound(&out->file, NULL, &p->theme, c->props, proplist)) < 0) goto finish; if ((ret = open_oss(c, out)) < 0) -- cgit