mirror of
https://github.com/dvorka/hstr.git
synced 2025-09-11 23:14:16 +08:00
Initialising pointers to avoid warning messeges during source building
This commit is contained in:
parent
5dccec9e13
commit
e7da5b9dc8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue