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:
CaS 2002-05-01 16:39:50 +00:00
parent 991c76be3d
commit dae5665367
2 changed files with 7 additions and 0 deletions

View file

@ -137,6 +137,7 @@ static Class NSURLHandleClass = 0;
if ([found canInitWithURL: url] == YES)
{
c = (Class)found;
break; // Found it.
}
}
}