On Sun, Sep 02, 2012 at 12:47:04PM +0300, Romi Kuntsman <[email protected]> wrote: > U8 swf_GetU8(TAG * t) > { swf_ResetReadBits(t); > #ifdef DEBUG_RFXSWF > if ((int)t->pos>=(int)t->len) > { fprintf(stderr,"GetU8() out of bounds: TagID = %i\n",t->id); > *(int*)0=0; > return 0; > } > #endif > return t->data[t->pos++]; > }
Fixed, thanks. Matthias --------------- SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an existing subscription, please kindly point your favourite web browser at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>
