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:
authorYuri Gorshenin <y@maps.me>2015-10-13 18:18:53 +0300
committerYuri Gorshenin <y@maps.me>2015-10-15 11:40:59 +0300
commit0f9a4fea92130a76d51ea9b296714c5c2c447659 (patch)
tree061b79e1172cdad6f5721213caa369d9711268a8 /defines.hpp
parent8b7da571dc4892d2ad08f905cc8c19c9838eabe3 (diff)
[storage, platform] Fixed abrupted downloading.
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/defines.hpp b/defines.hpp
index f955343247..0465b0c87d 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -36,8 +36,8 @@
#define ROUTING_NODEIND_TO_FTSEGIND_FILE_TAG "node2ftseg"
#define READY_FILE_EXTENSION ".ready"
-#define RESUME_FILE_EXTENSION ".resume3"
-#define DOWNLOADING_FILE_EXTENSION ".downloading3"
+#define RESUME_FILE_EXTENSION ".resume"
+#define DOWNLOADING_FILE_EXTENSION ".downloading"
#define BOOKMARKS_FILE_EXTENSION ".kml"
#define ROUTING_FILE_EXTENSION ".routing"