boinc/clientsetup
Sebastian 50e743d80f
Fix buffer size for call of function GetWindowText
Cppcheck found this issue: Multiplying sizeof() with sizeof() indicates a logic error.
GetWindowText expects the number of characters (3. argument) that fit into the buffer (2. argument).
So a division seems to be correct here instead of a multiplication.
2018-03-13 12:50:59 +01:00
..
win Fix buffer size for call of function GetWindowText 2018-03-13 12:50:59 +01:00