From ff0647cb2e3dec86bc364c900885f087675c1ba6 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 27 Feb 2012 00:32:00 +0000 Subject: missing variable declarations --- vchat-user.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vchat-user.c b/vchat-user.c index 9450fbe..ce36220 100755 --- a/vchat-user.c +++ b/vchat-user.c @@ -305,6 +305,8 @@ static int ul_compare_middle_ncase( const void *a, const void *b ) { static int ul_compare_middle_case( const void *a, const void *b ) { const user *_a = (const user *)a, *_b = (const user *)b; + size_t tmpstr_len; + int a_s, b_s; /* Ensure that own nick appears last in list */ if( _a->flags & UL_ME ) return 1; -- cgit v1.2.3