Added missing space after GMT to keepalive

git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@40 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
This commit is contained in:
Heikki Hannikainen 2008-03-02 15:23:32 +00:00
parent a9b4db432d
commit fae8c79dd8
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ void send_keepalives(struct worker_t *self)
t.tm_mday, monthname[t.tm_mon], t.tm_year + 1900,
t.tm_hour, t.tm_min, t.tm_sec);
s += sprintf(s, "%s serverIP:serverPORT\r\n", mycall);
s += sprintf(s, " %s serverIP:serverPORT\r\n", mycall);
len = (s - buf);