summarylogtreecommitdiffstats
path: root/cbytestream.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cbytestream.patch')
-rw-r--r--cbytestream.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/cbytestream.patch b/cbytestream.patch
deleted file mode 100644
index a3a376e0505e..000000000000
--- a/cbytestream.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;