mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
cc2898292c
commit
74b7774beb
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…
Add table
Add a link
Reference in a new issue