added cast

This commit is contained in:
netp
2012-08-08 01:24:52 +00:00
parent a7243993ac
commit 8c3a60c935
+1 -1
View File
@@ -181,7 +181,7 @@ void dlenv_maintenance_timer(
/* If that failed (negative), maybe just a network issue.
* If nothing happened (0), may be un/misconfigured.
* Set up to try again later in all cases. */
BBMD_Timer_Seconds = bbmd_timetolive_seconds;
BBMD_Timer_Seconds = (uint16_t) bbmd_timetolive_seconds;
}
}
#endif