Compilation error fix.

This commit is contained in:
Tats
2016-03-05 14:12:12 -05:00
parent ee5133a48a
commit a41b05693a
+1 -1
View File
@@ -296,7 +296,7 @@ void VideoImpl::resetMovie()
if (_seekEnabled)
{
if (_rate > 0)
seekTo(0L);
seekTo(0UL);
else
{
// NOTE: Untested.