diff options
Diffstat (limited to 'parse-xml.c')
-rw-r--r-- | parse-xml.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parse-xml.c b/parse-xml.c index 57b022bb0..d72ad73e2 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -205,7 +205,6 @@ static void divetags(char *buffer, void *_tags) int *tags = _tags; int i; - *tags = 0; for (i = 0; i < DTAG_NR; i++) { if (strstr(buffer, dtag_names[i])) { /* stupidly we have 'cave' and 'cavern' */ |