# HG changeset patch # User Matti Hamalainen # Date 1528070411 -10800 # Node ID 75daa6ec65df167d094628effada06c6b21f8bef # Parent f40d5613c7539be6f1d2817897221de2d9bef1b7 Fix to match changes in th-libs API. diff -r f40d5613c753 -r 75daa6ec65df main.c --- a/main.c Sat Dec 30 04:26:29 2017 +0200 +++ b/main.c Mon Jun 04 03:00:11 2018 +0300 @@ -300,7 +300,7 @@ break; case 1: - th_verbosityLevel++; + th_verbosity++; break; case 2: @@ -1961,7 +1961,8 @@ th_init("NNChat", "Newbie Nudes chat client", NN_VERSION, "Written and designed by Anonymous Finnish Guy (C) 2008-2016", "This software is freeware, use and distribute as you wish."); - th_verbosityLevel = 0; + + th_verbosity = 0; // Read configuration file tmpcfg = NULL;