[Spice-devel] [PATCH 4/8] build: s/HUGE/INFINITY/

Gerd Hoffmann kraxel at redhat.com
Thu Jul 8 02:40:53 PDT 2010


Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 client/red_client.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/client/red_client.cpp b/client/red_client.cpp
index c2be58c..b06d305 100644
--- a/client/red_client.cpp
+++ b/client/red_client.cpp
@@ -581,7 +581,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;
-- 
1.7.1



More information about the Spice-devel mailing list