get Xcode build working

This commit is contained in:
nhmall
2021-12-03 15:01:22 -05:00
parent 359f4dfc65
commit 3bb9f91a1e
2 changed files with 13 additions and 7 deletions

View File

@@ -863,7 +863,7 @@ static void
init_hilite(void)
{
char *setf, *scratch;
int c, md_len;
int c, md_len = 0;
int colors = tgetnum("Co");
if (colors < 8 || (MD == NULL) || (strlen(MD) == 0)