Fies to bugs in low-level encoding/decoding changes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13138 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-03-18 08:31:39 +00:00
parent 110ec695b4
commit 1bfe922306
4 changed files with 28 additions and 18 deletions

View file

@ -1630,6 +1630,7 @@ transmute(ivars self, NSString *aString)
self->_contents.u = tmp;
self->_flags.wide = 1;
self->_count = len;
self->_capacity = len;
}
return other;