mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
110ec695b4
commit
1bfe922306
4 changed files with 28 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue