Initialising pointers to avoid warning messeges during source building

This commit is contained in:
sneh-m 2018-03-07 21:32:14 +05:30
parent 5dccec9e13
commit e7da5b9dc8

View file

@ -641,7 +641,7 @@ unsigned hstr_make_selection(char *prefix, HistoryItems *history, int maxSelecti
regmatch_t regexpMatch;
char regexpErrorMessage[CMDLINE_LNG];
bool regexpCompilationError=false;
bool keywordsAllMatch=NULL;
bool keywordsAllMatch;
char *keywordsSavePtr=NULL;
char *keywordsToken=NULL;
char *keywordsParsedLine=NULL;