adjust to new OutputFormat

This commit is contained in:
John
2021-04-02 11:58:31 +02:00
parent 36b947a28e
commit bafe634573
+1 -1
View File
@@ -91,7 +91,7 @@ static vector<string> g_topicStrs;
/** the MQTT topic field parts. */
static vector<string> g_topicFields;
static bool g_retain = false; //!< whether to retail all topics
static OutputFormat g_publishFormat = 0; //!< the OutputFormat for publishing messages
static OutputFormat g_publishFormat = OF_NONE; //!< the OutputFormat for publishing messages
#if (LIBMOSQUITTO_VERSION_NUMBER >= 1003001)
static bool g_logFromLib = false; //!< log library events
#endif