Skip to content

Commit

Permalink
Suppress a compiler warning in the TV class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall authored and jyavenard committed Dec 14, 2010
1 parent 54e57d0 commit 211d0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -4642,7 +4642,7 @@ void TV::ProcessNetworkControlCommand(PlayerContext *ctx,
}
else
{
float tmpSpeed;
float tmpSpeed = 1.0f;
bool ok = false;

if (tokens[2].contains(QRegExp("^\\-*\\d+x$")))
Expand Down

0 comments on commit 211d0b8

Please sign in to comment.