Use the same pointer type for all pointers in tm_tags_merge()
commitcf3139de03d7c3b8916b3e22528766c8abd0f6e7
authorColomban Wendling <ban@herbesfolles.org>
Fri, 25 May 2012 17:47:10 +0000 (25 19:47 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Fri, 25 May 2012 17:47:10 +0000 (25 19:47 +0200)
treee63bdaa7bf3f832c8385a76c497b46ae37b1af4c
parent2f94aa373e4329dc6d3f103f21333c4e08e95355
Use the same pointer type for all pointers in tm_tags_merge()

This prevents GCC from complaining about implicit casts and comparisons
between different pointer types.  It also makes the code a little less
bound at dealing with TMTags.
tagmanager/tm_tag.c