]> granicus.if.org Git - neomutt/commit
check retval of REGCOMP()
authorRichard Russon <rich@flatcap.org>
Sun, 12 Nov 2017 23:58:17 +0000 (23:58 +0000)
committerRichard Russon <rich@flatcap.org>
Wed, 15 Nov 2017 15:12:11 +0000 (15:12 +0000)
commit122c38f33ba7cebf9976743307437204f47dd117
tree0520aef7d53976385ea95930ba158e3ae4a17ba9
parent1473ef36435507d9667b34216dd50564d54b4bfa
check retval of REGCOMP()

`REGCOMP()` wraps `regcomp()` which returns int.
browser.c
curs_lib.c
init.c
mutt_regex.h
pattern.c