summarylogtreecommitdiffstats
path: root/compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'compile.patch')
-rw-r--r--compile.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/compile.patch b/compile.patch
deleted file mode 100644
index 25c6cd1adb49..000000000000
--- a/compile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN 1/plugins/DebuggerCore/unix/linux/PlatformProcess.cpp 2/plugins/DebuggerCore/unix/linux/PlatformProcess.cpp
---- 1/plugins/DebuggerCore/unix/linux/PlatformProcess.cpp 2017-03-13 11:40:51.106413430 +0100
-+++ 2/plugins/DebuggerCore/unix/linux/PlatformProcess.cpp 2017-03-13 11:41:13.823536481 +0100
-@@ -364,7 +364,7 @@
-
- while(in.status() == QTextStream::Ok) {
- in >> ch;
-- if(ch == '\0') {
-+ if(ch.isNull()) {
- if(!s.isEmpty()) {
- ret << s;
- }