Hhrr... Names that don't seem to differ...
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5702
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
* src/nano.h, src/rcfile.c: Arrange some things more orderly.
* src/rcfile.c (parse_rcfile): Close an extended syntax again.
* src/rcfile.c (parse_rcfile): Rename a variable.
+ * src/rcfile.c (grab_and_store): Fix breakage of r5695.
2016-02-28 Benno Schulenberg <bensberg@justemail.net>
* src/rcfile.c (parse_header_exp): Don't continue when something is
return;
/* If the regex string is malformed, skip it. */
- if (nregcomp(regexstring, REG_NOSUB) != 0)
+ if (!nregcomp(regexstring, REG_NOSUB))
continue;
/* Copy the regex into a struct, and hook this in at the end. */