mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 21:03:10 +00:00
build: s/HUGE/INFINITY/
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
8879a45d56
commit
09c0e2de2c
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user