This commit is contained in:
Steve Checkoway
2007-02-14 10:27:02 +00:00
parent 11eec4b0f8
commit 598e602bd9
+1 -1
View File
@@ -334,7 +334,7 @@ static bool LoadFromDWITokens(
/* This value can be in either "HH:MM:SS.sssss", "MM:SS.sssss", "SSS.sssss"
* or milliseconds. */
static float ParseBrokenDWITimestamp(const RString &arg1, const RString &arg2, const RString &arg3)
static float ParseBrokenDWITimestamp( const RString &arg1, const RString &arg2, const RString &arg3 )
{
if( arg1.empty() )
return 0;