[Spice-devel] [PATCH 05/24] build: s/HUGE/INFINITY/

Hans de Goede hdegoede at redhat.com
Wed Dec 8 00:28:55 PST 2010


Ack.

On 12/07/2010 10:28 PM, Alon Levy wrote:
> From: Gerd Hoffmann<kraxel at redhat.com>
>
> 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 46d5602..e1f5a42 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;


More information about the Spice-devel mailing list