X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fcombine.c;h=34ea6b5a611e39af5ac7f15391d588d46bced464;hb=f5c49841296c5533b500fc89b010f5529b1b9824;hp=4847a583e5c3046c55df2b3bbc9d3f09b51cacce;hpb=22a49dfc00af6fc1b43057b44790f2087a09b6f2;p=swftools.git diff --git a/src/combine.c b/src/combine.c index 4847a58..34ea6b5 100644 --- a/src/combine.c +++ b/src/combine.c @@ -84,7 +84,7 @@ void jpeg_assert() pos++; } pos = 0; - while(master.tags[pos].id != 0) + while(slave.tags[pos].id != 0) { if(slave.tags[pos].id == TAGID_JPEGTABLES) spos = pos;