mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Fix double load of data in some circumstances.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24145 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
07e71cbac3
commit
4934e39031
2 changed files with 3 additions and 1 deletions
|
@ -1389,7 +1389,7 @@ static unsigned urlAlign;
|
|||
[loop runMode: NSDefaultRunLoopMode beforeDate: future];
|
||||
}
|
||||
}
|
||||
data = [handle resourceData];
|
||||
data = [handle availableResourceData];
|
||||
return data;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue