summarylogtreecommitdiffstats
path: root/fix_libxml_2.0.12.patch
diff options
context:
space:
mode:
authorMarc Cousin2023-11-30 14:14:31 +0100
committerMarc Cousin2023-11-30 14:14:31 +0100
commit8d9738e3f089db72233e1013232ccc250327f935 (patch)
tree55466228e5e84906886847251feeeff35fa74004 /fix_libxml_2.0.12.patch
parentccf369e8f78b2e7e2ba49f81bcba0a71d39e7cdb (diff)
downloadaur-8d9738e3f089db72233e1013232ccc250327f935.tar.gz
Fix the patch... wrote const at the wrong place !
Diffstat (limited to 'fix_libxml_2.0.12.patch')
-rw-r--r--fix_libxml_2.0.12.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix_libxml_2.0.12.patch b/fix_libxml_2.0.12.patch
index e4c99bfad96a..d3b96e442ef4 100644
--- a/fix_libxml_2.0.12.patch
+++ b/fix_libxml_2.0.12.patch
@@ -14,7 +14,7 @@ diff -r -c pgmodeler-1.0.6-orig/libs/libparsers/src/xmlparser.cpp pgmodeler-1.0.
{
QByteArray buffer;
QString msg, file;
-! const xmlError *xml_error=nullptr;
+! xmlError const *xml_error=nullptr;
int parser_opt;
if(!xml_buffer.isEmpty())