summarylogtreecommitdiffstats
path: root/cbytestream.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cbytestream.patch')
-rw-r--r--cbytestream.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/cbytestream.patch b/cbytestream.patch
new file mode 100644
index 000000000000..a3a376e0505e
--- /dev/null
+++ b/cbytestream.patch
@@ -0,0 +1,11 @@
+--- src/common/CBytestream.cpp.orig 2019-01-26 20:45:40.086373395 +0100
++++ src/common/CBytestream.cpp 2019-01-26 20:45:59.482914532 +0100
+@@ -314,7 +314,7 @@
+ char *CBytestream::readString(char *str, size_t maxlen)
+ {
+ if (!str)
+- return false;
++ return "false";
+
+ // Validate that there is some terminating character
+ bool valid = false;