From 765d2f70c798a4781b497fce4b4db5e5e9ab007c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 17 Jul 2004 15:48:28 +0000 Subject: two simple fixes git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@95 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/modargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polyp/modargs.c') diff --git a/polyp/modargs.c b/polyp/modargs.c index 280a546d..ea104761 100644 --- a/polyp/modargs.c +++ b/polyp/modargs.c @@ -76,7 +76,7 @@ struct pa_modargs *pa_modargs_new(const char *args, const char* const* valid_key if (args) { enum { WHITESPACE, KEY, VALUE_START, VALUE_SIMPLE, VALUE_DOUBLE_QUOTES, VALUE_TICKS } state; const char *p, *key, *value; - size_t key_len, value_len; + size_t key_len = 0, value_len = 0; key = value = NULL; state = WHITESPACE; -- cgit