aboutsummaryrefslogtreecommitdiff
path: root/chatty.c
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-29 17:21:47 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-29 17:21:47 +0100
commitbc4dbc02d2ffeca03ed728f3f1f31d7cc969f655 (patch)
treec0a429fb8a419b3bab00834c0a4d30130b42520f /chatty.c
parent51de26be505c781dd17e4c1ff90dd1f4c46899b9 (diff)
checkpoint
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();