Bug fix: iso_write_opts_set_system_area() with system area types

1=MIPS Big Endian and 2=MIPS Little Endian caused SIGSEGV.
This commit is contained in:
Thomas Schmitt 2011-05-09 15:12:52 +02:00
parent 6d5e68fd01
commit 4eb2a7199c
1 changed files with 1 additions and 1 deletions

View File

@ -1398,7 +1398,7 @@ static
void *write_function(void *arg)
{
int res, first_partition = 1, last_partition = 0, sa_type;
size_t i;
int i;
IsoImageWriter *writer;
Ecma119Image *target = (Ecma119Image*)arg;