diff options
-rwxr-xr-x | vchat-user.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 ) { | |||
305 | 305 | ||
306 | static int ul_compare_middle_case( const void *a, const void *b ) { | 306 | static int ul_compare_middle_case( const void *a, const void *b ) { |
307 | const user *_a = (const user *)a, *_b = (const user *)b; | 307 | const user *_a = (const user *)a, *_b = (const user *)b; |
308 | size_t tmpstr_len; | ||
309 | int a_s, b_s; | ||
308 | 310 | ||
309 | /* Ensure that own nick appears last in list */ | 311 | /* Ensure that own nick appears last in list */ |
310 | if( _a->flags & UL_ME ) return 1; | 312 | if( _a->flags & UL_ME ) return 1; |