From 856a547dffbcb01186f1d40b964cdda0bc2222da Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Tue, 17 Sep 1996 21:09:41 +0000 Subject: [PATCH] Fix typo in last change. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1800 72102866-910b-0410-8b05-ffd578937521 --- Source/MemoryStream.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/MemoryStream.m b/Source/MemoryStream.m index b676740ba..d4f950dfd 100644 --- a/Source/MemoryStream.m +++ b/Source/MemoryStream.m @@ -97,7 +97,7 @@ static BOOL debug_memory_stream = NO; size: s eofPosition: l prefix: p - position: i] + position: i]; } /* xxx This method will disappear. */