Index: plug_footprint.c =================================================================== --- plug_footprint.c (revision 1911) +++ plug_footprint.c (revision 1912) @@ -68,7 +68,7 @@ const void *fp_tag(const char *tag, int alloc) { htsp_entry_t *e; - static int counter = 0; + static char *counter = NULL; if (fp_tags == NULL) fp_tags = htsp_alloc(strhash, keyeq);