From: Yang Gu Date: Tue, 16 Mar 2010 10:01:37 +0000 (+0800) Subject: Fix the structure of stk_subaddress X-Git-Tag: 0.20~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69846439e694671743b6dc26c8b3a3411a101b5f;p=platform%2Fupstream%2Fofono.git Fix the structure of stk_subaddress --- diff --git a/src/stkutil.h b/src/stkutil.h index b59c9f0..b408f38 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -286,7 +286,7 @@ struct stk_address { */ struct stk_subaddress { unsigned char len; - unsigned char *subaddr[23]; + unsigned char subaddr[23]; }; /*