mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix failure to re-set flag to say whether a string is unicode
This commit is contained in:
parent
d664bd89e8
commit
fa27dfeed4
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ typedef GSString *ivars;
|
|||
- (void) _setString: (NSString*)aString
|
||||
{
|
||||
_scanLocation = 0;
|
||||
_isUnicode = NO;
|
||||
if (nil == aString)
|
||||
{
|
||||
aString = _empty;
|
||||
|
|
Loading…
Reference in a new issue