summaryrefslogtreecommitdiffstats
path: root/client/red_client.cpp
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-07-08 11:40:53 +0200
committerAlon Levy <alevy@redhat.com>2010-12-07 21:36:37 +0200
commit09c0e2de2c2fb2450f056f0263a1143769d061d1 (patch)
tree9c2d2335a806265a1b39f39a0dadca9c5220e0b9 /client/red_client.cpp
parent8879a45d5611c7d9294d4e3f6d4e133094288119 (diff)
downloadspice-09c0e2de2c2fb2450f056f0263a1143769d061d1.tar.gz
spice-09c0e2de2c2fb2450f056f0263a1143769d061d1.tar.xz
spice-09c0e2de2c2fb2450f056f0263a1143769d061d1.zip
build: s/HUGE/INFINITY/
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'client/red_client.cpp')
-rw-r--r--client/red_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_client.cpp b/client/red_client.cpp
index 46d56022..e1f5a423 100644
--- a/client/red_client.cpp
+++ b/client/red_client.cpp
@@ -638,7 +638,7 @@ void RedClient::send_agent_monitors_config()
THROW(" monitors query failed");
}
- double min_distance = HUGE;
+ double min_distance = INFINITY;
int dx = 0;
int dy = 0;
int i;