diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2025-03-19 14:00:00 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 14:00:00 +0100 |
| commit | 4d937c532b777d348b6bc758fea843d256e0b234 (patch) | |
| tree | c0a429fb8a419b3bab00834c0a4d30130b42520f /chatty.c | |
| parent | 51de26be505c781dd17e4c1ff90dd1f4c46899b9 (diff) | |
Archived wrap and added probe insert textbox
Diffstat (limited to 'chatty.c')
| -rw-r--r-- | chatty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |
