examples: fix issue with dst print

This commit is contained in:
Jeevaka Badrappan 2011-02-02 15:10:46 +02:00 committed by Denis Kenzior
parent 99f8e93ba8
commit 8387e79257
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static void example_nettime_info_received(struct ofono_nettime_context *context,
info->year, info->mon, info->mday, info->hour,
info->min, info->sec, info->utcoff > 0 ? '+' : '-',
info->utcoff / 3600, (info->utcoff % 3600) / 60,
info->dst / 3600);
info->dst);
}
static struct ofono_nettime_driver example_driver = {