[PATCH 1/4] Fix the structure of stk_subaddress

Yang Gu yang.gu at intel.com
Tue Mar 16 03:01:37 PDT 2010


---
 src/stkutil.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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];
 };
 
 /*
-- 
1.6.3.3



More information about the ofono mailing list