Add Czech_BAOs

This commit is contained in:
bnnm 2019-03-03 19:53:59 +01:00
parent 65e2d4d27d
commit 19c10e014c

View File

@ -1396,6 +1396,10 @@ static STREAMFILE * open_atomic_bao(ubi_bao_file file_type, uint32_t file_id, in
streamBAO = open_streamfile_by_filename(streamFile, buf);
if (streamBAO) return streamBAO;
snprintf(buf,buf_size, "Czech_BAO_0x%08x", file_id);
streamBAO = open_streamfile_by_filename(streamFile, buf);
if (streamBAO) return streamBAO;
/* there may be more per language */
}
else {