fix generic build

This commit is contained in:
Jacek Jendrzej
2019-01-13 12:46:19 +01:00
parent 4f15222d9c
commit 4730206966

View File

@@ -240,7 +240,7 @@ bool cVideo::ShowPicture(const char *fname)
bool ret = false; bool ret = false;
hal_info("%s(%s)\n", __func__, fname); hal_info("%s(%s)\n", __func__, fname);
if (access(fname, R_OK)) if (access(fname, R_OK))
return; return ret;
still_m.lock(); still_m.lock();
stillpicture = true; stillpicture = true;
buf_num = 0; buf_num = 0;