--- trunk/src/gpx.h 2010/08/17 19:00:06 293 +++ trunk/src/gpx.h 2010/08/18 18:24:19 294 @@ -122,8 +122,6 @@ #define ATT_FIRSTAID 42 #define ATT_COW 43 #define ATT_FLASHLIGHT 44 -#define ATT_MAX (ATT_FLASHLIGHT) - // august 2010 attributes #define ATT_LANDF 45 #define ATT_UNKNOWN1 46 // <-- ??? @@ -140,6 +138,7 @@ #define ATT_HIKE_LONG 57 #define ATT_FUEL 58 #define ATT_FOOD 59 +#define ATT_MAX (ATT_FOOD) typedef struct attribute { char *name;