elementary: fix calculation of scale table, thx to Bluezery

SVN revision: 77620
This commit is contained in:
Michael BOUCHAUD 2012-10-09 08:18:28 +00:00
parent fed295ce26
commit 881c36211c
1 changed files with 1 additions and 1 deletions

View File

@ -2349,7 +2349,7 @@ _overlay_scale_show(Overlay_Scale *ovl)
sd = ovl->wsd;
if ((int)sizeof(_scale_tb) <= sd->zoom)
if ((int)(sizeof(_scale_tb)/sizeof(double)) <= sd->zoom)
{
ERR("Zoom level is too high");
return;