diff options
Diffstat (limited to 'src/KM_util.cpp')
| -rwxr-xr-x | src/KM_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_util.cpp b/src/KM_util.cpp index b5dfce6..2624f07 100755 --- a/src/KM_util.cpp +++ b/src/KM_util.cpp @@ -793,7 +793,7 @@ Kumu::Timestamp::AddSeconds(i32_t seconds) FILETIME current_ft; ULARGE_INTEGER current_ul; - if ( minutes != 0 ) + if ( seconds != 0 ) { TIMESTAMP_TO_SYSTIME(*this, ¤t_st); SystemTimeToFileTime(¤t_st, ¤t_ft); |
