Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
sukeban
2016-01-25 14:27:41 -0800
Commit
070cbc63ee817b6b8c52a091349ba2b89d17ca28
1 parent
3b039d59
Add braces
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
SDWebImage/UIImage+GIF.m
SDWebImage/UIImage+GIF.m
View file @
070cbc6
...
...
@@ -32,8 +32,9 @@
for
(
size_t
i
=
0
;
i
<
count
;
i
++
)
{
CGImageRef
image
=
CGImageSourceCreateImageAtIndex
(
source
,
i
,
NULL
);
if
(
!
image
)
if
(
!
image
)
{
continue
;
}
duration
+=
[
self
sd_frameDurationAtIndex
:
i
source
:
source
];
...
...
Please
register
or
login
to post a comment