changeset 172:6dcf4ca1dce7

Change to match th-libs' verbosity level changes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jun 2018 02:57:09 +0300
parents d86ade7d0dfd
children 23dcc2dc47a9
files sidinfo.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Mon Jun 04 02:56:22 2018 +0300
+++ b/sidinfo.c	Mon Jun 04 02:57:09 2018 +0300
@@ -635,7 +635,7 @@
         break;
 
     case 1:
-        th_verbosityLevel++;
+        th_verbosity++;
         break;
 
     case 2:
@@ -942,7 +942,7 @@
 {
     // Initialize
     th_init("SIDInfo", "PSID/RSID information displayer", "0.7.3", NULL, NULL);
-    th_verbosityLevel = 0;
+    th_verbosity = 0;
 
     memset(&optFormat, 0, sizeof(optFormat));