summarylogtreecommitdiffstats
path: root/qtgrace_qt58.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qtgrace_qt58.patch')
-rw-r--r--qtgrace_qt58.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/qtgrace_qt58.patch b/qtgrace_qt58.patch
deleted file mode 100644
index e507f1b98c23..000000000000
--- a/qtgrace_qt58.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/ListOfLatexCommands.cpp 2017-05-05 14:48:06.871667425 +0500
-+++ ./src/ListOfLatexCommands.cpp 2017-05-05 14:48:58.775002136 +0500
-@@ -544,7 +544,7 @@
- }
- else
- {
-- if (com_nr==5 && argument1[0]!='\0')//special case 'frac'
-+ if (com_nr==5 && argument1[0].toLatin1()!='\0')//special case 'frac'
- {
- int count1,count2;//,max_count;
- count1=count2=0; \ No newline at end of file