Skip to content

Commit

Permalink
Fixed another buffer security warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 16, 2014
1 parent 67df76d commit f407342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMG_webp.c
Expand Up @@ -289,7 +289,7 @@ SDL_Surface *IMG_LoadWEBP_RW(SDL_RWops *src)
}

if ( error ) {
IMG_SetError( error );
IMG_SetError( "%s", error );
}

SDL_RWseek(src, start, RW_SEEK_SET);
Expand Down

0 comments on commit f407342

Please sign in to comment.