aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-04-04 23:06:50 +0100
committerJoão Valverde <j@v6e.pt>2016-04-04 23:58:31 +0000
commitcd1d1377430aa50fb1363fad7ab9de7026b4f716 (patch)
tree6f7cc9bc9be89b2bcf2657c068929aad226fcb28 /ui
parent74dccdc3b965b6d5144dca1ce15f19054f938046 (diff)
Avoid unnecessary replacement source file floorl.c
Change-Id: If282cb22dcf099559cbe8acd5b1affd07155af8c Reviewed-on: https://code.wireshark.org/review/14808 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'ui')
-rw-r--r--ui/time_shift.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/time_shift.c b/ui/time_shift.c
index fccdffa8cc..f02f0f6dc8 100644
--- a/ui/time_shift.c
+++ b/ui/time_shift.c
@@ -33,7 +33,7 @@
#include "ui/ui_util.h"
#ifndef HAVE_FLOORL
-# include "wsutil/floorl.h"
+#define floorl(x) floor((double)x)
#endif
#define SHIFT_POS 0