Merge tag 'v0.21.20'

release v0.21.20
This commit is contained in:
Max Kellermann
2020-02-16 20:46:13 +01:00
4 changed files with 5 additions and 3 deletions

View File

@@ -175,5 +175,5 @@ SignedSongTime
ParseCommandArgSignedSongTime(const char *s)
{
auto value = ParseCommandArgFloat(s);
return SongTime::FromS(value);
return SignedSongTime::FromS(value);
}