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:
parent
38bf60c626
commit
80e40fa942
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user