1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

Fix a typo that leads to a crash

Oddly nough the crash appear only under Windows,
not under Linux.
This commit is contained in:
Marco Costalba 2016-05-14 21:01:54 +02:00
parent c2d9cdcaff
commit e16d269622

View file

@ -1081,7 +1081,7 @@ void do_init(Entry& e, T& p, uint8_t* data)
for (File f = FILE_A; f <= maxFile; ++f)
for (int k = 0; k <= split; k++)
data = set_sizes(item(p, k, f).precomp, data, tb_size[2 * f + k]);
data = set_sizes(item(p, k, f).precomp, data, tb_size[K * f + k]);
if (IsDTZ)
data = set_dtz_map(e, p, data, maxFile);