]> git.wh0rd.org Git - nano.git/commitdiff
add missing line
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 18 Oct 2004 02:17:18 +0000 (02:17 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 18 Oct 2004 02:17:18 +0000 (02:17 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1999 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/utils.c

index 8ad9a83d581efb5eca828503c4738ea8db1c740f..602e7a2159e4bc7d720708d547358f2348294cc8 100644 (file)
@@ -48,6 +48,7 @@ int regexp_bol_or_eol(const regex_t *preg, const char *string)
 {
     return (regexec(preg, string, 0, NULL, 0) == 0 &&
        regexec(preg, string, 0, NULL, REG_NOTBOL | REG_NOTEOL) ==
+       REG_NOMATCH);
 }
 #endif /* HAVE_REGEX_H */