Eliminate compiler warning

This commit is contained in:
Philip.Hazel 2014-11-18 18:31:39 +00:00
parent 68d95c6543
commit 819e175659
1 changed files with 3 additions and 0 deletions

View File

@ -3438,7 +3438,10 @@ while (TRUE)
}
}
else
{
caseless = FALSE;
othercase[0] = 0; /* Stops compiler warning - PH */
}
len_save = len;
cc_save = cc;