From 348f62b7256eddf393f52d0a76241c48ceab9937 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 11 Feb 2021 10:41:26 +0100 Subject: [PATCH] fix cpp ex --- sink/sink20169.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sink/sink20169.c b/sink/sink20169.c index 9fb022b..0c0e1ac 100644 --- a/sink/sink20169.c +++ b/sink/sink20169.c @@ -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"