diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2025-03-19 14:00:00 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 14:00:00 +0100 |
| commit | 58a3f3af47a6a86bbbbb0f69e8a735957436bcc0 (patch) | |
| tree | c0a429fb8a419b3bab00834c0a4d30130b42520f /chatty.c | |
| parent | e3163541c69aabba996c2b85f20639af6fa1f568 (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(); |
