From: Kaj-Michael Lang Date: Tue, 16 Oct 2007 10:48:35 +0000 (+0300) Subject: Fix wrong type X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec17a47a28d28af6ebd250147cb73f3c57ff4bb;p=mapper Fix wrong type --- diff --git a/src/mapper-types.h b/src/mapper-types.h index 919f4af..d80aa68 100644 --- a/src/mapper-types.h +++ b/src/mapper-types.h @@ -184,7 +184,7 @@ struct _Position { gdouble lat; gdouble lon; gfloat altitude; - gdouble valid; + gboolean valid; }; /** A general definition of a point in the Mapper unit system. */