mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
ADDED: Styles binary/code formats
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user