Diff of /trunk/src/gps.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 277 by harbaum, Thu Sep 3 07:33:50 2009 UTC revision 280 by harbaum, Thu Sep 3 19:29:36 2009 UTC
# Line 64  location_changed(LocationGPSDevice *devi Line 64  location_changed(LocationGPSDevice *devi
64      gps_state->altitude = NAN;      gps_state->altitude = NAN;
65    
66    if(gps_state->cb)    if(gps_state->cb)
67      if(gps_state->cb(gps_state->data))      if(!gps_state->cb(gps_state->data))
68        gps_state->cb = NULL;        gps_state->cb = NULL;
69  }  }
70    

Legend:
Removed from v.277  
changed lines
  Added in v.280