mumble/plugins/ut99
Benson Muite 71645e4c8c
FIX(plugin): initialize array to prevent warning
When building on CentOS 8 with default flags which includes Wall flag, 
build stops because array n[3] is not initialized. Initialize it to have all 
values to be zero.
2020-11-29 20:19:32 +03:00
..
CMakeLists.txt Plugins: add CMakeLists.txt files 2020-07-11 19:34:49 +02:00
ut99.cpp FIX(plugin): initialize array to prevent warning 2020-11-29 20:19:32 +03:00