Skip to content

Commit

Permalink
Update rtextures.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Nov 8, 2023
1 parent 60fab9c commit fe757b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtextures.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Image LoadImageSvg(const char *fileNameOrString, int width, int height)
(fileNameOrString[2] == 'v') &&
(fileNameOrString[3] == 'g'))
{
fileData = fileNameOrString;
fileData = (unsigned char *)fileNameOrString;
isSvgStringValid = true;
}
}
Expand Down

0 comments on commit fe757b6

Please sign in to comment.