mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Tiny bugfix in urlhandle.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13567 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
991c76be3d
commit
dae5665367
2 changed files with 7 additions and 0 deletions
|
@ -137,6 +137,7 @@ static Class NSURLHandleClass = 0;
|
|||
if ([found canInitWithURL: url] == YES)
|
||||
{
|
||||
c = (Class)found;
|
||||
break; // Found it.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue