summaryrefslogtreecommitdiffstats
path: root/system/qtfm/gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/qtfm/gcc6.patch')
-rw-r--r--system/qtfm/gcc6.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/qtfm/gcc6.patch b/system/qtfm/gcc6.patch
new file mode 100644
index 0000000000..166ef0a79e
--- /dev/null
+++ b/system/qtfm/gcc6.patch
@@ -0,0 +1,12 @@
+diff -Naur qtfm.orig/src/mymodel.cpp qtfm/src/mymodel.cpp
+--- qtfm.orig/src/mymodel.cpp 2013-05-25 19:25:38.000000000 +0200
++++ qtfm/src/mymodel.cpp 2017-05-31 17:12:54.877169485 +0200
+@@ -220,7 +220,7 @@
+
+ if(item) return item->absoluteFilePath();
+
+- return false;
++ return "";
+ }
+
+ //---------------------------------------------------------------------------------------