Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github committed Jan 26, 2025
1 parent 5c348d1 commit 3db697f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tracking/PlaneDB.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ class PlaneDB : public StreamIn<Plane::ADSB>
(plane.country_code[0] != ' ' ? "\"" + std::string(plane.country_code, 2) + "\"" : null_str) + comma +
(plane.distance != DISTANCE_UNDEFINED ? std::to_string(plane.distance) : null_str) + comma +
std::to_string(plane.message_types) + comma + std::to_string(plane.message_subtypes) +comma +
std::to_string(plane.group_mask) + comma + std::to_string(plane.last_group) + comma +
std::to_string(plane.group_mask) + comma + std::to_string(plane.last_group) +
"]";

delim = comma;
Expand Down

0 comments on commit 3db697f

Please sign in to comment.