1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
freebsd-ports/astro/gpsbabel/files/patch-psitrex.cc
Thomas Zander 61a2252afb Update to upstream version 1.5.4; use QT5 instead of QT4
PR:		227538
Submitted by:	cmt
Approved by:	Maintainer timeout
2018-05-06 15:39:46 +00:00

12 lines
438 B
C++

--- psitrex.cc.orig 2018-04-11 18:17:53 UTC
+++ psitrex.cc
@@ -363,7 +363,7 @@ psit_waypoint_w(gbfile* psit_file, const
icon = gt_find_icon_number_from_desc(wpt->icon_descr, PCX);
- if (get_cache_icon(wpt) && wpt->icon_descr.compare("Geocache Found") != 0) {
+ if (get_cache_icon(wpt) && wpt->icon_descr.compare(QLatin1String("Geocache Found")) != 0) {
icon = gt_find_icon_number_from_desc(get_cache_icon(wpt), PCX);
}