diff base/RealTime.cpp @ 980:6e6da0636e5e tonioni

Merge from default branch
author Chris Cannam
date Tue, 09 Sep 2014 16:36:21 +0100
parents df83865d886f
children ee9f4477f65b
line wrap: on
line diff
--- a/base/RealTime.cpp	Tue Sep 02 16:23:48 2014 +0100
+++ b/base/RealTime.cpp	Tue Sep 09 16:36:21 2014 +0100
@@ -208,7 +208,7 @@
 RealTime::fromString(std::string s)
 {
     bool negative = false;
-    bool section = 0;
+    int section = 0;
     std::string ssec, snsec;
 
     for (size_t i = 0; i < s.length(); ++i) {