Skip to content
Snippets Groups Projects
Commit 98ee65cc authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix warning about another incorrect-sized array.

parent 9c4ba9cb
No related branches found
No related tags found
No related merge requests found
Pipeline #5681 failed
...@@ -65,7 +65,7 @@ insertfont(char *Name) ...@@ -65,7 +65,7 @@ insertfont(char *Name)
int main(int argnum, char *args[]) int main(int argnum, char *args[])
{ {
FILE *fp, *font; FILE *fp, *font;
char filename[254]; char filename[255];
int x, y; int x, y;
char FontFile[255]; char FontFile[255];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment