summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-07-08 11:40:53 +0200
committerAlon Levy <alevy@redhat.com>2011-07-21 15:08:32 +0300
commit8c0f2787abfa64dd839b2dea5fa5acf6f1464cb1 (patch)
tree1af2b43884b1654f890df56125c6ea742ce255f8 /client
parent205193f25523f8dc61aa69b067f4e60e2c4495f4 (diff)
downloadspice-8c0f2787abfa64dd839b2dea5fa5acf6f1464cb1.tar.gz
spice-8c0f2787abfa64dd839b2dea5fa5acf6f1464cb1.tar.xz
spice-8c0f2787abfa64dd839b2dea5fa5acf6f1464cb1.zip
build: s/HUGE/INFINITY/
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'client')
-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 5291ded3..4e3b2ddd 100644
--- a/client/red_client.cpp
+++ b/client/red_client.cpp
@@ -641,7 +641,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;