From 19a516a64d4a83df2699b9f215c1bef7774d2b29 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 2 Aug 2001 14:10:15 +0000 Subject: Squashed warning from Borland C++. --- src/AutoComplete.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 8c18ec5f5..7f7412e43 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -126,7 +126,7 @@ void AutoComplete::Select(const char *word) { while ((start <= end) && (location == -1)) { // Binary searching loop int pivot = (start + end) / 2; lb.GetValue(pivot, item, maxItemLen); - int cond = 0; + int cond; if (ignoreCase) cond = CompareNCaseInsensitive(word, item, lenWord); else -- cgit v1.2.3