mumble/plugins/bf1
Davide Beatrici 243ece3659 plugins/bf1: fix sizeof() bug
Found thanks to GCC's warning:

../mumble_plugin_utils.h: In function ‘int fetch(float*, float*, float*, float*, float*, float*, std::string&, std::wstring&)’:
../mumble_plugin_utils.h:35:16: warning: array subscript 99 is outside array bounds of ‘char [4]’ [-Warray-bounds]
   35 |  str[size - 1] = 0;
      |  ~~~~~~~~~~~~~~^~~
bf1.cpp:15:25: note: while referencing ‘team’
   15 |  char server_name[100], team[4];
      |                         ^~~~
2019-10-12 09:01:28 +02:00
..
bf1.cpp plugins/bf1: fix sizeof() bug 2019-10-12 09:01:28 +02:00
bf1.pro plugins: link to user32 in common project (only on Windows) 2019-10-11 22:48:06 +02:00