examples: fix issue with dst print

wavecom
Jeevaka Badrappan 12 years ago committed by Denis Kenzior
parent 99f8e93ba8
commit 8387e79257

@ -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 = {

Loading…
Cancel
Save