diff options
author | Monty <xiphmont@xiph.org> | 2002-06-28 21:54:47 +0000 |
---|---|---|
committer | Monty <xiphmont@xiph.org> | 2002-06-28 21:54:47 +0000 |
commit | ba9ab917392c68121fb30a0edd11ce605c16dee4 (patch) | |
tree | 8c28ec9a566a8cd1c28cebcf46dc76e871e44f4c /lib/mapping0.c | |
parent | be929e62f4e3a452184e95dbcefb166e9e297c03 (diff) | |
download | libvorbis-git-branch_monty_20020507.tar.gz |
Fix overrange conditions in residue codebooksbranch_monty_20020507
svn path=/branches/branch_monty_20020507/vorbis/; revision=3436
Diffstat (limited to 'lib/mapping0.c')
-rw-r--r-- | lib/mapping0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mapping0.c b/lib/mapping0.c index 24e8d362..5c69c97c 100644 --- a/lib/mapping0.c +++ b/lib/mapping0.c @@ -11,7 +11,7 @@ ******************************************************************** function: channel mapping 0 implementation - last mod: $Id: mapping0.c,v 1.49.2.9 2002/06/28 04:19:09 xiphmont Exp $ + last mod: $Id: mapping0.c,v 1.49.2.10 2002/06/28 21:54:37 xiphmont Exp $ ********************************************************************/ |