Actions
Bug #2510
closed
TL
KD
Division by zero in Wt::asString() on boost::posix_time::time_duration
Bug #2510:
Division by zero in Wt::asString() on boost::posix_time::time_duration
Start date:
12/09/2013
Due date:
% Done:
0%
Estimated time:
Description
asString() tries to use a WTime object as an intermediary, which is fine, but the conversion from num_fractional_digits to milliseconds is broken.
Proposed patch and test program attached.
Files
KD Updated by Koen Deforche over 12 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.3.2
Hey,
Oops indeed. We are so used in thinking in base-2 :-)
Regards,
koen
KD Updated by Koen Deforche over 12 years ago
- Status changed from Resolved to Closed
Actions