aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-12-19 19:44:03 -0800
committerGuy Harris <guy@alum.mit.edu>2014-12-20 03:44:34 +0000
commitb445b3da44d66704022012bc39f884b3ad0177b7 (patch)
treea746c222cfe5015134714acf7057fb9d5674977e /ui
parentb925c350d9bab35e5e389d3452199e6f8e6fbcb0 (diff)
Rename wsutil/floor.[ch] to wsutil/floorl.[ch].
That better indicates what they do - they don't supply floor(), as that's a standard math.h feature dating back before C89, they supply floorl(). Change-Id: Ib1278c51cdfc57680c28c51de87eafb2cb50c8eb Reviewed-on: https://code.wireshark.org/review/5905 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 0f7af738bc..ea5522690e 100644
--- a/ui/time_shift.c
+++ b/ui/time_shift.c
@@ -34,7 +34,7 @@
#include "ui/ui_util.h"
#ifndef HAVE_FLOORL
-# include "wsutil/floor.h"
+# include "wsutil/floorl.h"
#endif
#define SHIFT_POS 0