[Bug 27192] Regedit - import failure if reg-file contains ';'

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 17 05:21:38 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=27192

snejjj <jensm1 at bbjh.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jensm1 at bbjh.de

--- Comment #1 from snejjj <jensm1 at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list