1
0
Fork 0

fixed compile warning

This commit is contained in:
jsteemann 2016-05-04 16:42:37 +02:00
parent bf4d5acce4
commit 852a6d7829
1 changed files with 1 additions and 1 deletions

View File

@ -2242,7 +2242,7 @@ int InputBuffer::incrementalHistorySearch(PromptBase& pi, int startChar) {
historyLinePosition); // draw user's text with our prompt
// loop until we get an exit character
int c;
int c = 0;
bool keepLooping = true;
bool useSearchedLine = true;
bool searchAgain = false;