From 3b77c2152193dfe662b3ce78fce6b4be18f0717a Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 29 Nov 2000 21:13:34 +0000 Subject: [PATCH] comment correction in ov_read() return vals svn path=/trunk/vorbis/; revision=1101 --- lib/vorbisfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vorbisfile.c b/lib/vorbisfile.c index 770a2da..268354d 100644 --- a/lib/vorbisfile.c +++ b/lib/vorbisfile.c @@ -12,7 +12,7 @@ ******************************************************************** function: stdio-based convenience library for opening/seeking/decoding - last mod: $Id: vorbisfile.c,v 1.32 2000/11/14 00:05:32 xiphmont Exp $ + last mod: $Id: vorbisfile.c,v 1.33 2000/11/29 21:13:34 xiphmont Exp $ ********************************************************************/ @@ -1106,7 +1106,7 @@ int host_is_big_endian() { word) word size for output. currently 1 (byte) or 2 (16 bit short) - return values: -1) error/hole in data (OV_HOLE) + return values: <0) error/hole in data (OV_HOLE) 0) EOF n) number of bytes of PCM actually returned. The below works on a packet-by-packet basis, so the -- 2.7.4