use an overflow check instead of a hard coded value for ETA

This commit is contained in:
philsmd
2017-08-16 17:51:35 +02:00
parent 58012ada0c
commit 1644ac30b5
6 changed files with 93 additions and 77 deletions

View File

@@ -25,6 +25,7 @@
- Fixed a memory problem that occured when the OpenCL folder was not found and e.g. the shared and session folder were the same
- Fixed the version number used in the restore file header
- Fixed the parsing of command line options. It doesn't show two times the same error about an invalid option anymore.
- Fixed the estimated time value whenever the value is very large and overflows
##
## Improvements