mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 17:28:59 +00:00
GSMutableString inherits hash implementation from GSString
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29105 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f8c0ecf186
commit
c84063c3a8
1 changed files with 2 additions and 1 deletions
|
@ -2808,7 +2808,7 @@ transmute(GSStr self, NSString *aString)
|
|||
|
||||
if (self->_flags.wide)
|
||||
{
|
||||
register const char *p = self->_contents.u;
|
||||
register const unichar *p = self->_contents.u;
|
||||
|
||||
while (index < len)
|
||||
{
|
||||
|
@ -3613,6 +3613,7 @@ agree, create a new GSUnicodeInlineString otherwise.
|
|||
+ (void) initialize
|
||||
{
|
||||
setup();
|
||||
GSObjCAddClassBehavior(self, [GSString class]);
|
||||
}
|
||||
|
||||
- (void) appendFormat: (NSString*)format, ...
|
||||
|
|
Loading…
Reference in a new issue