[BACK]Return to patch-src_gpspoint_c CVS log [TXT][DIR] Up to [local] / ports / geo / viking / patches

Annotation of ports/geo/viking/patches/patch-src_gpspoint_c, Revision 1.2

1.1       yason       1: $OpenBSD$
1.2     ! yason       2: --- src/gpspoint.c.orig        Thu Jan 14 23:19:52 2010
        !             3: +++ src/gpspoint.c     Thu Jun  3 14:30:57 2010
        !             4: @@ -81,8 +81,8 @@ static gdouble line_altitude = VIK_DEFAULT_ALTITUDE;
1.1       yason       5:  static gboolean line_visible = TRUE;
                      6:
                      7:  static gboolean line_extended = FALSE;
                      8: -static gdouble line_speed = NAN;
                      9: -static gdouble line_course = NAN;
1.2     ! yason      10: +static gdouble line_speed = __builtin_nanf("");
        !            11: +static gdouble line_course = __builtin_nanf("");
1.1       yason      12:  static gint line_sat = 0;
                     13:  static gint line_fix = 0;
                     14:  /* other possible properties go here */

CVSweb