This commit is contained in:
2021-02-11 10:48:21 +01:00
parent a01d408bed
commit 19e3bc6d24
2 changed files with 6 additions and 6 deletions

View File

@ -275,7 +275,7 @@ int forwardMinuteBuffer(t_forwarderHandle *handle, t_minuteBuffer *buf) {
char payload[256];
int res = snprintf(payload, sizeof(payload),
"%s,valid=1,location=%s,host=%s freq=%d.%03d"
#if OS = OpenBSD
#ifdef OpenBSD
" %llu"
#else
" %lu"