changeset 678:75daa6ec65df

Fix to match changes in th-libs API.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jun 2018 03:00:11 +0300
parents f40d5613c753
children ec7e61450087
files main.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;