diff options
Diffstat (limited to 'parse-xml.c')
-rw-r--r-- | parse-xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-xml.c b/parse-xml.c index b1bb2efb9..23f0ddaf4 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -806,7 +806,7 @@ static const char *country, *city; static void divinglog_place(char *place, void *_location) { char **location = _location; - char buffer[256], *p; + char buffer[1024], *p; int len; len = snprintf(buffer, sizeof(buffer), |