summarylogtreecommitdiffstats
path: root/loggingserver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'loggingserver.patch')
-rw-r--r--loggingserver.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/loggingserver.patch b/loggingserver.patch
new file mode 100644
index 000000000000..7ec37626e3c0
--- /dev/null
+++ b/loggingserver.patch
@@ -0,0 +1,11 @@
+--- a/mythtv/libs/libmythbase/loggingserver.cpp 2017-02-13 21:15:14.150339977 +0100
++++ b/mythtv/libs/libmythbase/loggingserver.cpp 2017-02-13 21:15:08.738490693 +0100
+@@ -722,7 +722,7 @@
+ if (!item)
+ continue;
+
+- if (item->message()[0] != '\0')
++ if (item->message()[0] != QChar('\0'))
+ {
+ qLock.unlock();
+ bool logged = m_logger->logqmsg(*query, item);