summaryrefslogtreecommitdiff
path: root/src/KM_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KM_util.cpp')
-rwxr-xr-xsrc/KM_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_util.cpp b/src/KM_util.cpp
index d1e82e1..0f8976a 100755
--- a/src/KM_util.cpp
+++ b/src/KM_util.cpp
@@ -931,7 +931,7 @@ Kumu::Timestamp::DecodeString(const char* datestr)
return false;
else
- AddHours( (datestr[19] == '-' ? (-TZ_hh) : TZ_hh));
+ AddHours( (datestr[19] == '-' ? (0 - TZ_hh) : TZ_hh));
}
}