Lubomir I. Ivanov 7bfeb95613 planner.c: fix a couple of float -> int cast warnings
Use lrint() to fix both:

1)
core\planner.c:902:23: warning: conversion to 'int' from 'doub
le' may alter its value [-Wfloat-conversion]

2)
core\planner.c:907:21: warning: conversion to 'int32_t' from '
double' may alter its value [-Wfloat-conversion]

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2017-03-12 09:19:06 -07:00
..
2017-03-11 08:51:16 -08:00
2017-02-19 15:29:40 -08:00
2017-02-19 15:29:40 -08:00
2017-03-04 12:16:49 -08:00
2017-02-24 01:14:39 -08:00
2016-04-20 16:00:28 -07:00
2017-02-21 13:14:56 -08:00
2017-01-06 20:43:23 -08:00