version bump
[asdcplib.git] / src / KM_util.cpp
index b5dfce624ae9ba32bbbf658399ce1e0d3e3fcb9d..2624f07fcb1bf6533153c787c9892360b07e9564 100755 (executable)
@@ -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, &current_st);
       SystemTimeToFileTime(&current_st, &current_ft);