1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00

Fix warning: The left operand of \'==\' is a garbage value

This commit is contained in:
Nick Briggs 2022-12-15 09:18:21 -08:00
parent 38bf60c626
commit 80e40fa942

View File

@ -55,7 +55,7 @@
int main(int argc, char *argv[])
{
int i;
char filetorun[30];
char filetorun[30] = {0};
#ifdef USESUNSCREEN
int FrameBufferFd;
struct fbtype my_screen;