1
0
mirror of https://git.kore.io/kore.git synced 2024-11-10 12:20:37 +01:00
This commit is contained in:
Thordur I. Bjornsson 2015-05-08 14:53:59 +00:00
parent 9f823f345e
commit bb6e2823a0

View File

@ -611,7 +611,7 @@ cli_build_asset(char *fpath, struct dirent *dp)
return;
}
/* Open the file we're convering. */
/* Open the file we're converting. */
cli_file_open(fpath, O_RDONLY, &in);
/* mmap our in file. */