allocation fix - sizeof(long) instead of sizeof(int) to fix problems
authorMike Smith <msmith@xiph.org>
Wed, 21 Mar 2001 07:44:46 +0000 (07:44 +0000)
committerMike Smith <msmith@xiph.org>
Wed, 21 Mar 2001 07:44:46 +0000 (07:44 +0000)
commit14822824bf2a3dd44878b2854b1aa76e7c58847f
tree223119059eadcc93f55b25312f1b0a3b61e44111
parent6e5675f78dce46eef7f570cef78eda661d7581c5
allocation fix - sizeof(long) instead of sizeof(int) to fix problems
on 64 bit platforms.
Thanks to Bill Nottingham for tracking this one down.

svn path=/trunk/vorbis/; revision=1387
lib/psy.c