On Sat, Oct 23, 2004 at 01:08:23AM +0900, TSUJIYAMA Akihiko wrote: > > 304c304 > > < ogg_int16_t *const temp= (ogg_int16_t*)align_tmp; > > --- > > > ogg_int16_t *const temp= (int16_t*)align_tmp; Seems an odd change to require. What is the actual error this resolves? -r