summaryrefslogtreecommitdiff
path: root/floor1.c
diff options
context:
space:
mode:
authorTim Terriberry <tterribe@xiph.org>2011-11-06 14:36:14 +0000
committerTim Terriberry <tterribe@xiph.org>2011-11-06 14:36:14 +0000
commitb7d73020afa7ea75378f7537fab6a250bdf64c20 (patch)
tree48ea409c6fead01fa42c39665a8ecc10d831d781 /floor1.c
parentc7b26d137a0baf8a545ca9e108310e7c6febf84d (diff)
downloadtremor-b7d73020afa7ea75378f7537fab6a250bdf64c20.tar.gz
Fix mis-matched types for serialno's.
The use of long caused some functions which now use libogg's ogg_page_serialno() (which returns an int) to sign-extend the serialno, while the actual list was stored as ogg_uint32_t's. This would cause subsequent lookups to fail on platforms with a 64-bit long. Introduced in r17375 and r16259, but only partially corrected in r17536. Fixes #1838. Thanks to achurch for the report. git-svn-id: https://svn.xiph.org/trunk/Tremor@18116 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'floor1.c')
0 files changed, 0 insertions, 0 deletions