Skip to content

Commit

Permalink
Update stb_image to v2.02 (for Issue #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Feb 4, 2015
1 parent def29f0 commit 18c15f4
Show file tree
Hide file tree
Showing 3 changed files with 2,312 additions and 740 deletions.
2 changes: 1 addition & 1 deletion converters/loader.c
Expand Up @@ -677,7 +677,7 @@ load_with_builtin(chunk_t const *pchunk, int *psx, int *psy,

for (;;) {
p = stbi__gif_load_next(&s, &g, pcomp, 4);
if (p == (void *) 1) {
if (p == (void *) &s) {
/* end of animated gif marker */
break;
}
Expand Down

0 comments on commit 18c15f4

Please sign in to comment.