add init value for char time[7]

This commit is contained in:
Milang 2020-02-18 11:05:08 +01:00
parent 6c865a1b83
commit d1f8e22d9c
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ int main(void)
BFile_Read(file_handler, &chip8.memory[0x200], 264,-1);
// prof init
char time[7];
char time[7]="";
prof_init(1, 0);
prof_clear(0);
int i=0;