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
path: root/map
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-09-14 11:25:06 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-09-14 11:25:06 +0300
commit377538005784b1a071a10ab2c7db7b0f6fe71cbd (patch)
tree2b32cc5fa0bb01b09c548d1dc91105af5b353647 /map
parent0a3f1e9563bb2cc72940fc2f0f69385ef0194d8a (diff)
Review fixes.
Diffstat (limited to 'map')
-rw-r--r--map/chart_generator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/chart_generator.cpp b/map/chart_generator.cpp
index e6688da7f4..e83f3d0460 100644
--- a/map/chart_generator.cpp
+++ b/map/chart_generator.cpp
@@ -189,7 +189,7 @@ bool GenerateYAxisChartData(uint32_t height, double minMetersPerPxl,
if (freeHeightSpacePxl < 0 || freeHeightSpacePxl > drawHeightPxl)
{
LOG(LERROR, ("Number of pixels free of chart points (", freeHeightSpacePxl,
- ") is below zero or greater number of pixels for the chart (", drawHeightPxl, ")."));
+ ") is below zero or greater than the number of pixels for the chart (", drawHeightPxl, ")."));
return false;
}