http://bugs.winehq.org/show_bug.cgi?id=27192
snejjj jensm1@bbjh.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jensm1@bbjh.de
--- Comment #1 from snejjj jensm1@bbjh.de 2011-05-17 05:21:34 CDT --- I can confirm this.
using 1.3.19.
following .reg-file-example:
[path\to\key] "field1"="value1" ;;comment "field2"="value2"
produces the bug, where
[path\to\key] "field1"="value1" ;;comment "field1"="value2"
and
[path\to\key] "field1"="value1" ;;comment [path\to\key] "field2"="value2"
do not produce the bug.