[openssh-commits] [openssh] 01/01: I'm a doofus.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Mar 20 12:07:37 AEDT 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit db84e52fe9cfad57f22e7e23c5fbf00092385129
Author: Damien Miller <djm at mindrot.org>
Date: Mon Mar 20 12:07:20 2017 +1100
I'm a doofus.
Unbreak obvious syntax error.
---
utf8.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utf8.c b/utf8.c
index d389020..dead79b 100644
--- a/utf8.c
+++ b/utf8.c
@@ -61,7 +61,7 @@ dangerous_locale(void) {
loc = nl_langinfo(CODESET);
return strcmp(loc, "US-ASCII") != 0 && strcmp(loc, "UTF-8") != 0 &&
- strcmp(loc, "ANSI_X3.4-1968") != 0 strcmp(loc, "646") != 0;
+ strcmp(loc, "ANSI_X3.4-1968") != 0 && strcmp(loc, "646") != 0;
}
static int
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list