aboutsummaryrefslogtreecommitdiff
path: root/chatty.c
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2025-03-19 14:00:00 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-03-17 14:00:00 +0100
commit4d937c532b777d348b6bc758fea843d256e0b234 (patch)
treec0a429fb8a419b3bab00834c0a4d30130b42520f /chatty.c
parent51de26be505c781dd17e4c1ff90dd1f4c46899b9 (diff)
Archived wrap and added probe insert textbox
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();