mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Always regenerate when we call [NSURLComponents URL] otherwise subsequent calls will return nil
This commit is contained in:
parent
b71f65f478
commit
5f1541d154
1 changed files with 1 additions and 0 deletions
|
@ -2456,6 +2456,7 @@ GS_PRIVATE_INTERNAL(NSURLComponents)
|
|||
|
||||
- (NSURL *) URL
|
||||
{
|
||||
internal->_dirty = YES;
|
||||
return [self _regenerateURL];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue