Small fix to get rid of ugly uninitialized lines in the serverscreen.

This commit is contained in:
robijn
2002-07-04 18:44:41 +00:00
parent 91ffd9d109
commit b346644c84
+2
View File
@@ -69,6 +69,8 @@ server_screen_init ()
if (line == 1) {
w->type = WID_TITLE;
strncpy (w->text, "LCDproc Server", MAX_SERVERSCREEN_WIDTH);
} else {
w->text[0] = 0;
}
}