mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
parse-xml.c: remove unused variables in divinglog_place()
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0298a141ad
commit
7d045dd0d9
1 changed files with 1 additions and 2 deletions
|
@ -970,8 +970,7 @@ static const char *country, *city;
|
|||
|
||||
static void divinglog_place(char *place, uint32_t *uuid)
|
||||
{
|
||||
char buffer[1024], *p;
|
||||
int len;
|
||||
char buffer[1024];
|
||||
|
||||
snprintf(buffer, sizeof(buffer),
|
||||
"%s%s%s%s%s",
|
||||
|
|
Loading…
Add table
Reference in a new issue