Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 1/2] include: fix comment on dst value
@ 2011-02-02 13:10 Jeevaka Badrappan
  2011-02-02 13:10 ` [PATCH 2/2] examples: fix issue with dst print Jeevaka Badrappan
  2011-02-02 16:44 ` [PATCH 1/2] include: fix comment on dst value Denis Kenzior
  0 siblings, 2 replies; 4+ messages in thread
From: Jeevaka Badrappan @ 2011-02-02 13:10 UTC (permalink / raw)
  To: ofono

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

---
 include/types.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/types.h b/include/types.h
index 31f2682..d25f409 100644
--- a/include/types.h
+++ b/include/types.h
@@ -105,7 +105,7 @@ struct ofono_network_time {
 	int mday;	/* Day of month [1..31], -1 if unavailable */
 	int mon;	/* Month [1..12], -1 if unavailable */
 	int year;	/* Current year, -1 if unavailable */
-	int dst;	/* Current adjustment, in seconds */
+	int dst;	/* Current adjustment, in hours */
 	int utcoff;	/* Offset from UTC in seconds */
 };
 
-- 
1.7.0.4


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

end of thread, other threads:[~2011-02-02 16:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 13:10 [PATCH 1/2] include: fix comment on dst value Jeevaka Badrappan
2011-02-02 13:10 ` [PATCH 2/2] examples: fix issue with dst print Jeevaka Badrappan
2011-02-02 16:44   ` Denis Kenzior
2011-02-02 16:44 ` [PATCH 1/2] include: fix comment on dst value Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox