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:
authorAlex Zolotarev <alex@maps.me>2015-11-17 23:25:52 +0300
committerAlex Zolotarev <alex@maps.me>2015-11-17 23:25:52 +0300
commit709e6b2bdcbb376aa929a66bfcd0b29a5e0bbbf2 (patch)
tree179a87e1cf5aa2236d063569e17c93bf7a138a7e /configure.sh
parent1998e0349481c1fccf65ea689ba823baf8c3c346 (diff)
Fixed crash with empty Flurry key in OpenSource mode, mentioned in #559.
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index b7c0501495..c1a202309e 100755
--- a/configure.sh
+++ b/configure.sh
@@ -29,7 +29,7 @@ else
#pragma once
#define ALOHALYTICS_URL ""
-#define FLURRY_KEY ""
+#define FLURRY_KEY "12345678901234567890"
#define MY_TRACKER_KEY ""
#define MY_TARGET_KEY ""
#define PARSE_APPLICATION_ID ""