From 1de0c0ace0a270b7883c3e9232863e7756103b9d Mon Sep 17 00:00:00 2001 From: mikey Date: Wed, 6 Jan 2010 21:06:14 +0000 Subject: version bump --- src/KM_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/KM_util.cpp') 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); -- cgit v1.2.3