From 4a7862956f43eba97f4d716353efc1fc69733c6e Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 23 May 2008 12:46:24 +0000 Subject: [PATCH] --- src/juce_core/io/streams/juce_SubregionStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/juce_core/io/streams/juce_SubregionStream.h b/src/juce_core/io/streams/juce_SubregionStream.h index 5a9992c842..db4353172d 100644 --- a/src/juce_core/io/streams/juce_SubregionStream.h +++ b/src/juce_core/io/streams/juce_SubregionStream.h @@ -53,7 +53,7 @@ public: @param lengthOfSourceStream this specifies the maximum number of bytes from the source stream that will be passed through by this stream. When the position of this stream - exceeds lengthOfSourceStream, it will the end-of-stream. + exceeds lengthOfSourceStream, it will cause an end-of-stream. If the length passed in here is greater than the length of the source stream (as returned by getTotalLength()), then the smaller value will be used.