Eliminate compiler warning
This commit is contained in:
parent
68d95c6543
commit
819e175659
|
@ -3438,7 +3438,10 @@ while (TRUE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
caseless = FALSE;
|
caseless = FALSE;
|
||||||
|
othercase[0] = 0; /* Stops compiler warning - PH */
|
||||||
|
}
|
||||||
|
|
||||||
len_save = len;
|
len_save = len;
|
||||||
cc_save = cc;
|
cc_save = cc;
|
||||||
|
|
Loading…
Reference in New Issue