Diff of /trunk/src/gpx.c

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

revision 13 by harbaum, Sat Jun 27 11:09:19 2009 UTC revision 14 by harbaum, Sat Jun 27 19:18:40 2009 UTC
# Line 764  static cache_t *process_gpx_wpt(xmlTextR Line 764  static cache_t *process_gpx_wpt(xmlTextR
764        /* neither geocaching.com GC* nor opencaching.com OC* nor */        /* neither geocaching.com GC* nor opencaching.com OC* nor */
765        /* geocaching australia GA* waypoint */        /* geocaching australia GA* waypoint */
766        if(cache->id &&        if(cache->id &&
767             (strncasecmp(cache->id, "__", 2) != 0) &&
768           (strncasecmp(cache->id, "GC", 2) != 0) &&           (strncasecmp(cache->id, "GC", 2) != 0) &&
769           (strncasecmp(cache->id, "OC", 2) != 0) &&           (strncasecmp(cache->id, "OC", 2) != 0) &&
770           (strncasecmp(cache->id, "GA", 2) != 0)) {           (strncasecmp(cache->id, "GA", 2) != 0)) {

Legend:
Removed from v.13  
changed lines
  Added in v.14