mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-28 04:38:00 +00:00
Fix warning: The left operand of \'==\' is a garbage value
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user