summarylogtreecommitdiffstats
path: root/gpxlab.diff
diff options
context:
space:
mode:
authorNikolay Korotkiy2018-06-07 14:36:36 +0300
committerNikolay Korotkiy2018-06-07 14:36:36 +0300
commit18120a2862df35c12d9f667dc215c6c2b168fb51 (patch)
treec987c7e0800117b7628671d1f9ebc502d2dc7563 /gpxlab.diff
downloadaur-18120a2862df35c12d9f667dc215c6c2b168fb51.tar.gz
Initial import
Diffstat (limited to 'gpxlab.diff')
-rw-r--r--gpxlab.diff36
1 files changed, 36 insertions, 0 deletions
diff --git a/gpxlab.diff b/gpxlab.diff
new file mode 100644
index 000000000000..ac59f09f7366
--- /dev/null
+++ b/gpxlab.diff
@@ -0,0 +1,36 @@
+diff -Naur GPXLab-0.4.0.orig/GPXLab/gpx_model/actfile.cpp GPXLab-0.4.0/GPXLab/gpx_model/actfile.cpp
+--- GPXLab-0.4.0.orig/GPXLab/gpx_model/actfile.cpp 2018-06-07 13:24:00.888629018 +0300
++++ GPXLab-0.4.0/GPXLab/gpx_model/actfile.cpp 2018-06-07 13:35:40.088174856 +0300
+@@ -25,6 +25,8 @@
+ #include "uxmlpars.h"
+ }
+
++#define stricmp strcasecmp
++
+ #define BUFFER_SIZE 1024
+ #define MAX_SEGMENTS 1024
+
+diff -Naur GPXLab-0.4.0.orig/GPXLab/gpx_model/gpxfile.cpp GPXLab-0.4.0/GPXLab/gpx_model/gpxfile.cpp
+--- GPXLab-0.4.0.orig/GPXLab/gpx_model/gpxfile.cpp 2018-06-07 13:24:00.888629018 +0300
++++ GPXLab-0.4.0/GPXLab/gpx_model/gpxfile.cpp 2018-06-07 13:35:40.088174856 +0300
+@@ -25,6 +25,8 @@
+ #include "uxmlpars.h"
+ }
+
++#define stricmp strcasecmp
++
+ #define BUFFER_SIZE 1024
+ #define DEPTH_INDENT 2
+
+diff -Naur GPXLab-0.4.0.orig/GPXLab/widgets/qtablewidgetpoints.cpp GPXLab-0.4.0/GPXLab/widgets/qtablewidgetpoints.cpp
+--- GPXLab-0.4.0.orig/GPXLab/widgets/qtablewidgetpoints.cpp 2018-06-07 13:24:00.888629018 +0300
++++ GPXLab-0.4.0/GPXLab/widgets/qtablewidgetpoints.cpp 2018-06-07 13:35:59.331680054 +0300
+@@ -20,7 +20,7 @@
+ #include <QHeaderView>
+ #include <QDateTime>
+ #include "qtablewidgetpoints.h"
+-#include "QUtils.h"
++#include "qutils.h"
+ #include "pointeditcommand.h"
+
+ ////////////////////////////////////////////////////////////////////////////////