All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] Fix the structure of stk_subaddress
@ 2010-03-16 10:01 Yang Gu
  2010-03-16 10:01 ` [PATCH 2/4] Handle the conversion failure when parsing item Yang Gu
  2010-03-16 20:28 ` [PATCH 1/4] Fix the structure of stk_subaddress Denis Kenzior
  0 siblings, 2 replies; 14+ messages in thread
From: Yang Gu @ 2010-03-16 10:01 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

---
 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


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-03-17  4:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-16 10:01 [PATCH 1/4] Fix the structure of stk_subaddress Yang Gu
2010-03-16 10:01 ` [PATCH 2/4] Handle the conversion failure when parsing item Yang Gu
2010-03-16 10:01   ` [PATCH 3/4] Add parser for file list objects Yang Gu
2010-03-16 10:01     ` [PATCH 4/4] Add parser for location information objects Yang Gu
2010-03-16 18:46       ` Marcel Holtmann
2010-03-16 18:44     ` [PATCH 3/4] Add parser for file list objects Marcel Holtmann
2010-03-16 20:01     ` Denis Kenzior
2010-03-16 18:36   ` [PATCH 2/4] Handle the conversion failure when parsing item Marcel Holtmann
2010-03-16 20:27     ` Denis Kenzior
2010-03-17  4:40       ` Marcel Holtmann
2010-03-16 20:29   ` Denis Kenzior
2010-03-17  3:33     ` Gu, Yang
2010-03-17  4:44       ` Marcel Holtmann
2010-03-16 20:28 ` [PATCH 1/4] Fix the structure of stk_subaddress Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.