Fix a small bug when not using vlc_compat.
commit3e08d826e3a56080b1d555e88aa53cffb83e4795
authorJohn A Stebbins <j45>
Fri, 9 May 2008 05:49:13 +0000 (8 23:49 -0600)
committerNathan Caldwell <saintdev@gmail.com>
Fri, 9 May 2008 05:49:13 +0000 (8 23:49 -0600)
tree047e4d9ca07ff92bdbdc399ecf9e4a9c9c35a442
parent8a27cff3f3da0cabc9fe0ea0d681195a38668abf
Fix a small bug when not using vlc_compat.
"f_pos is unsigned, so if the expression goes negative it becomes a really large positive number"

Signed-off-by: Nathan Caldwell <saintdev@gmail.com>
src/matroska.c