diff options
-rwxr-xr-x | src/time.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time.cpp b/src/time.cpp index c9609ad..0aa7bd0 100755 --- a/src/time.cpp +++ b/src/time.cpp @@ -94,7 +94,7 @@ delta moment::operator-(const moment& other) const { while(decumulator != benchmark) { wind(decumulator, -1, 0, 0); - accumulator.minutes = accumulator.minutes+1; + accumulator.minutes++; } while(accumulator.minutes > 59) { accumulator.minutes -= 60; |