build: s/HUGE/INFINITY/

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2010-07-08 11:40:53 +02:00 committed by Alon Levy
parent 8879a45d56
commit 09c0e2de2c

View File

@ -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;