aboutsummaryrefslogtreecommitdiff
path: root/chatty.c
diff options
context:
space:
mode:
Diffstat (limited to 'chatty.c')
-rw-r--r--chatty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chatty.c b/chatty.c
index ae7929f..f56179f 100644
--- a/chatty.c
+++ b/chatty.c
@@ -569,7 +569,7 @@ main(int argc, char** argv)
loggingf("Got ID: %lu\n", user.ID);
// for wide character printing
- assert(setlocale(LC_ALL, "") != 0);
+ assert(setlocale(LC_ALL, ""));
// init
tb_init();