diff options
Diffstat (limited to 'src/tsg_send_log.cpp')
| -rw-r--r-- | src/tsg_send_log.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tsg_send_log.cpp b/src/tsg_send_log.cpp index 0166e37..e4a63eb 100644 --- a/src/tsg_send_log.cpp +++ b/src/tsg_send_log.cpp @@ -239,7 +239,6 @@ static int set_location(struct TLD_handle_t *_handle, struct streaminfo *a_strea len+=string_cat(buff+len, buff_len-len, location_info->province_full); buff[len++]=','; len+=string_cat(buff+len, buff_len-len, location_info->country_full); - buff[len++]=','; TLD_append(_handle, field_name, (void *)buff, TLD_TYPE_STRING); } |
