comparison base/RealTime.cpp @ 742:c10cb8782576 coreaudio_tests

Merge from branch "default"
author Chris Cannam
date Sun, 01 Jul 2012 11:53:00 +0100
parents 1424aa29ae95
children 335c3f922327
comparison
equal deleted inserted replaced
666:4efa7429cd85 742:c10cb8782576
240 240
241 int sec = atoi(ssec.c_str()); 241 int sec = atoi(ssec.c_str());
242 int nsec = atoi(snsec.c_str()); 242 int nsec = atoi(snsec.c_str());
243 if (negative) sec = -sec; 243 if (negative) sec = -sec;
244 244
245 // std::cerr << "RealTime::fromString: string " << s << " -> " 245 // SVDEBUG << "RealTime::fromString: string " << s << " -> "
246 // << sec << " sec, " << nsec << " nsec" << std::endl; 246 // << sec << " sec, " << nsec << " nsec" << endl;
247 247
248 return RealTime(sec, nsec); 248 return RealTime(sec, nsec);
249 } 249 }
250 250
251 std::string 251 std::string