Changeset 31956 in osm for applications/editors/josm


Ignore:
Timestamp:
2016-01-06T11:28:38+01:00 (9 years ago)
Author:
simon04
Message:

JOSM/i18n: 99.999% is not 100.0%

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/i18n.pl

    r31111 r31956  
    399399    else
    400400    {
    401       printf "Created file %-${maxlen}s: Added %5d strings out of %5d (%5.1f%%).\n",$file,$cnt,$maxcount,,$cnt*100.0/$maxcount;
     401      printf "Created file %-${maxlen}s: Added %5d strings out of %5d (%5.1f%%).\n",$file,$cnt,$maxcount,,$cnt*100.0/$maxcount-5e-2;
    402402    }
    403403  }
Note: See TracChangeset for help on using the changeset viewer.