Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-12-28 16:26:43 +0300
committerConstantin Shalnev <c.shalnev@corp.mail.ru>2016-01-13 15:55:07 +0300
commite2e5fc4c7fd35c198d960249876bf144a7ea5b5b (patch)
tree8f25bf67e73b4cec0ca95df9f8601b4c1c3dddba /defines.hpp
parent283e5463f3d472a1b42a2b89e6c588074dc2a8df (diff)
Write file version as first uint32_t in file
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/defines.hpp b/defines.hpp
index 6e945aefa5..6aeea94b81 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -62,5 +62,4 @@
/// How many langs we're supporting on indexing stage
#define MAX_SUPPORTED_LANGUAGES 64
-#define GPS_TRACK_FILENAME "gps_track.bin"
-#define GPS_TRACK_VERSION "2" // Suffix for gps track filename. Add +1 when file format is changed.
+#define GPS_TRACK_FILENAME "gps_track.dat"