diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-08-03 19:26:56 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-08-03 19:26:56 +0000 |
commit | 24291aff27c671c11619684cb10d3b36fdf87c0d (patch) | |
tree | 25f5c7493a58b6d48b51fb1b9843fb39bbb77b8b /polyp/source.c | |
parent | e10b918009446186c80584273d2e3f5e84a6670b (diff) |
sample cache work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@102 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/source.c')
-rw-r--r-- | polyp/source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/source.c b/polyp/source.c index ccde0e2f..13635414 100644 --- a/polyp/source.c +++ b/polyp/source.c @@ -36,7 +36,7 @@ struct pa_source* pa_source_new(struct pa_core *core, const char *name, int fail struct pa_source *s; char st[256]; int r; - assert(core && spec && name); + assert(core && spec && name && *name); s = malloc(sizeof(struct pa_source)); assert(s); |