mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix trivial typo in cache key format
This commit is contained in:
parent
726d24bac7
commit
0ca9110ef5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
p = [NSNumber numberWithInt: 443];
|
||||
}
|
||||
}
|
||||
k = [NSString stringWithFormat: @"%@::/%@:%@", s, h, p];
|
||||
k = [NSString stringWithFormat: @"%@://%@:%@", s, h, p];
|
||||
return k;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue