From 88015f25dc5c29bf2819bfd8f7d2b46ec20dc204 Mon Sep 17 00:00:00 2001 From: Tim Terriberry Date: Wed, 13 Oct 2010 23:12:19 +0000 Subject: Fixes for r17514. Actually allocate the right number of comments, and add an extra check against i+1 overflowing (which could happen with a 4 GB comment packet on a 64-bit machine... unlikely, but possible). git-svn-id: https://svn.xiph.org/trunk/Tremor@17515 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- iseeking_example.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iseeking_example.c') diff --git a/iseeking_example.c b/iseeking_example.c index aaf0d39..533d7bd 100644 --- a/iseeking_example.c +++ b/iseeking_example.c @@ -18,8 +18,8 @@ #include #include -#include -#include +#include "ivorbiscodec.h" +#include "ivorbisfile.h" #ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */ # include -- cgit v1.2.1