- fix warning and fix buggy behavior of timelib_diff due to bad assumption of floor signature (fixes almost date_diff tests too)

This commit is contained in:
Pierre Joye 2011-12-07 08:39:43 +00:00
parent 2ac602bff1
commit ef763c0184

View File

@ -19,6 +19,7 @@
/* $Id$ */
#include "timelib.h"
#include <math.h>
timelib_rel_time *timelib_diff(timelib_time *one, timelib_time *two)
{