aboutsummaryrefslogtreecommitdiff
path: root/src/nntp.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-10 09:28:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-10 09:28:05 +0000
commit2ce75a37bcca6a5c960c1fb56b530c24de5a8492 (patch)
tree0c67890575d8e869cef9e8e67e14b12e7959b0d2 /src/nntp.c
parent7ac4bf2db5d09d02f9e0e7ca4da691b7bd5ff0d9 (diff)
fixed Turkish locale problem.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@333 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/nntp.c')
-rw-r--r--src/nntp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nntp.c b/src/nntp.c
index 173f605e..7e36baaa 100644
--- a/src/nntp.c
+++ b/src/nntp.c
@@ -352,7 +352,7 @@ static gint nntp_gen_send(SockInfo *sock, const gchar *format, ...)
va_end(args);
if (verbose) {
- if (!g_strncasecmp(buf, "AUTHINFO PASS", 13))
+ if (!g_ascii_strncasecmp(buf, "AUTHINFO PASS", 13))
log_print("NNTP> AUTHINFO PASS ********\n");
else
log_print("NNTP> %s\n", buf);