doh, 0 != i all the time

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@321 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-07-14 16:34:55 +00:00
parent 4906f29dfd
commit fa8254e49f

View File

@ -107,7 +107,7 @@ VGMSTREAM * init_vgmstream_fsb(STREAMFILE *streamFile) {
vgmstream->ch[i].channel_start_offset=
start_offset+vgmstream->interleave_block_size*i;
}
vgmstream->ch[0].offset = vgmstream->ch[i].channel_start_offset;
vgmstream->ch[i].offset = vgmstream->ch[i].channel_start_offset;
}
}