fix generic build

Origin commit data
------------------
Branch: master
Commit: 1268e4b7cc
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-01-13 (Sun, 13 Jan 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-01-13 12:46:19 +01:00
committed by max_10
parent 913f08f446
commit 912e4a82d7

View File

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