fix cpp ex

This commit is contained in:
Wolfgang Hottgenroth 2021-02-11 10:41:26 +01:00
parent a01d408bed
commit 348f62b725

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
#if OS == OpenBSD
" %llu"
#else
" %lu"