mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove slash
This commit is contained in:
parent
7c52cd9f72
commit
2fb63480be
1 changed files with 1 additions and 1 deletions
|
@ -2535,7 +2535,7 @@ GS_PRIVATE_INTERNAL(NSURLComponents)
|
|||
|
||||
if (internal->_path != nil)
|
||||
{
|
||||
urlString = [urlString stringByAppendingFormat: @"/%@", internal->_path];
|
||||
urlString = [urlString stringByAppendingFormat: @"%@", internal->_path];
|
||||
}
|
||||
|
||||
if ([internal->_queryItems count] > 0) // if query items is nil, this will also return 0
|
||||
|
|
Loading…
Reference in a new issue