From 3087191d842d1924f803a48fe3554016c9346064 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Mon, 30 May 2011 21:04:37 +0200 Subject: [PATCH] Renamed benchmark.txt because all txt files are included into production builds --- data/{benchmark.txt => benchmark.results} | 0 map/framework.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename data/{benchmark.txt => benchmark.results} (100%) diff --git a/data/benchmark.txt b/data/benchmark.results similarity index 100% rename from data/benchmark.txt rename to data/benchmark.results diff --git a/map/framework.cpp b/map/framework.cpp index a917fe0826..cebe23bcf4 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -486,7 +486,7 @@ void FrameWork::AddRedrawCommandSure() // m2::RectD wr(MercatorBounds::minX, MercatorBounds::minY, MercatorBounds::maxX, MercatorBounds::maxY); // m2::RectD r(wr.Center().x, wr.Center().y + wr.SizeY() / 8, wr.Center().x + wr.SizeX() / 8, wr.Center().y + wr.SizeY() / 4); - ifstream fin(GetPlatform().WritablePathForFile("benchmark.txt").c_str()); + ifstream fin(GetPlatform().WritablePathForFile("benchmark.results").c_str()); while (true) { string name;