diff options
| author | mikey <mikey@cinecert.com> | 2010-01-06 21:06:14 +0000 |
|---|---|---|
| committer | mikey <> | 2010-01-06 21:06:14 +0000 |
| commit | 1de0c0ace0a270b7883c3e9232863e7756103b9d (patch) | |
| tree | 8e7968e299cc0ed3b9ed08f816ad9d279a9f1932 /src/KM_util.cpp | |
| parent | 5975dff0adbe4feb120fe18e5bee6641f40d2559 (diff) | |
version bump
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); |
