From 716c505416862fef3952e9304a86e47cd4179de1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 21 Nov 2002 16:51:33 +0000 Subject: now this was an *EVIL* typo svn-id: r5668 --- common/str.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/str.cpp b/common/str.cpp index 685faf85fa..e8e73a32a2 100644 --- a/common/str.cpp +++ b/common/str.cpp @@ -67,7 +67,7 @@ String::String(const String &str) _refCount = str._refCount; _capacity = str._capacity; - _len = str._capacity; + _len = str._len; _str = str._str; } -- cgit v1.2.3