BBVS: Fix compilation.

This commit is contained in:
Kirben 2014-02-28 20:13:49 +11:00
parent 591728227e
commit e6236293f9

@ -46,7 +46,7 @@ void BbvsEngine::playVideo(int videoNum) {
Video::VideoDecoder *videoDecoder = new Video::AVIDecoder();
if (!videoDecoder->loadFile(videoFilename)) {
delete videoDecoder;
warning("Unable to open video %s", videoFilename);
warning("Unable to open video %s", videoFilename.c_str());
return;
}