ADDED: Styles binary/code formats

This commit is contained in:
raysan5
2021-12-21 14:01:21 +01:00
parent ba575e9e76
commit 23121c5454
26 changed files with 2967 additions and 1 deletions

View File

@ -3639,7 +3639,7 @@ char **GuiLoadIcons(const char *fileName, bool loadIconsName)
if (rgiFile != NULL)
{
char signature[5] = "";
char signature[5] = { 0 };
short version = 0;
short reserved = 0;
short iconCount = 0;