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

Fix warning about another incorrect-sized array.

parent 8295a885
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
...@@ -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