--- trunk/src/gpx.c 2009/06/27 11:09:19 13 +++ trunk/src/gpx.c 2009/06/27 19:18:40 14 @@ -764,6 +764,7 @@ /* neither geocaching.com GC* nor opencaching.com OC* nor */ /* geocaching australia GA* waypoint */ if(cache->id && + (strncasecmp(cache->id, "__", 2) != 0) && (strncasecmp(cache->id, "GC", 2) != 0) && (strncasecmp(cache->id, "OC", 2) != 0) && (strncasecmp(cache->id, "GA", 2) != 0)) {