Updated fcpp.

This commit is contained in:
Branimir Karadžić 2018-12-09 16:20:14 -08:00
parent afb3aefb1c
commit 8771afb4d8
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ int fpp_dooptions(struct Global *global, struct fppTag *tags)
global->allowincludelocal=(tags->data?1:0);
break;
case FPPTAG_FILEOPENFUNC:
global->openfile = (FILE* (*)(char *,char *))tags->data;
global->openfile = (FILE* (*)(char *,char *,void *))tags->data;
break;
default:
fpp_cwarn(global, WARN_INTERNAL_ERROR, NULL);