Artifact 23d1aed2576e9340e2acfd01f6447cacc635d3b3:
- File scp.c — part of check-in [28fa3f92c1] at 2001-09-08 10:16:30 on branch trunk — Fix potential float screwup in scp percentage indicator. (Don't compute (100*a)/b. Instead compute 100*(a/b), because that way there's no chance that 100*a will become inexact enough to fail to yield 100 when a==b.) (user: simon size: 56736)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.