mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-01-12 22:49:34 +08:00
Fix warning, passing in NULL instead of 0
This commit is contained in:
@@ -46,7 +46,7 @@ static dispatch_once_t startupCleanupOnce;
|
||||
+ (void)load
|
||||
{
|
||||
if (self == [PINAnimatedImageManager class]) {
|
||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, NULL), ^{
|
||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
||||
dispatch_once(&startupCleanupOnce, ^{
|
||||
[self cleanupFiles];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user