summaryrefslogtreecommitdiffstats
path: root/x11vnc/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/util.c')
-rw-r--r--x11vnc/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/util.c b/x11vnc/util.c
index 8e18781..8773538 100644
--- a/x11vnc/util.c
+++ b/x11vnc/util.c
@@ -388,7 +388,7 @@ double dnowx(void) {
}
double rnow(void) {
- double t = dnowx();
+ double t = dnow();
t = t - ((int) t);
if (t > 1.0) {
t = 1.0;