Skip to content

Commit

Permalink
Lazy strike at last call to xstrdup from garmin.cc
Browse files Browse the repository at this point in the history
I'm not proud of this. Maybe daylight will bring me back to leaving the last caller out in another way.
  • Loading branch information
Robert Lipe committed Jan 26, 2025
1 parent 2168c78 commit d32d4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garmin.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class GarminFormat : public Format

/* Data Members */

const char* portname{};
QString portname;
MakeShort* mkshort_handle{};
GPS_PWay* tx_waylist{};
GPS_PWay* tx_routelist{};
Expand Down

0 comments on commit d32d4a3

Please sign in to comment.