forked from organicmaps/organicmaps-tmp
Review fixes.
This commit is contained in:
parent
0a3f1e9563
commit
3775380057
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue