Fix underflow in Position
authorIra W. Snyder <devel@irasnyder.com>
Fri, 5 Oct 2007 18:26:17 +0000 (11:26 -0700)
committerIra W. Snyder <devel@irasnyder.com>
Fri, 5 Oct 2007 18:26:17 +0000 (11:26 -0700)
commit83a0692b324ab753ba9678b0d136a85fcca13930
tree0cb01f0972243479f7b37f9cfeca1f57b6d0ab29
parent5c28697247e009e93b8b03bec8cdee88339d3226
Fix underflow in Position

The operator-=() function in Position could underflow the part right of the
decimal point. Fix it.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
position.cpp