Fix Browse button generic popup WinBoard
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 5 Jul 2022 13:56:05 +0000 (15:56 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 5 Jul 2022 13:56:05 +0000 (15:56 +0200)
commitfd0a120b02250a4df3737f79b5ebce6e81673999
treebc6e9a21e38e72cab4bc1577bc2a9cc1e7b0171b
parentc85e89a7993dd6e6312a74d405d1fc73c78066ad
Fix Browse button generic popup WinBoard

The API call to the file selector left some fields in the OPENFILENAME
struct that was passed to it as argument uninitialized. It seems this
could crash WinBoard if they contained unlcky values. (Which they might,
as the struct was a local variable.)
winboard/wsettings.c