mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix regedit's import function. Now it works equally good in ReactOS and in a real Windows (previously was broken in both OSes).
See issue #997 for more details. svn path=/trunk/; revision=33333
This commit is contained in:
@@ -441,6 +441,7 @@ LPSTR getRegKeyName(LPSTR lpLine)
|
||||
|
||||
keyNameBeg = strchr(lpLineCopy, '\\'); /* The key name start by '\' */
|
||||
if (keyNameBeg) {
|
||||
keyNameBeg++;
|
||||
if (lpLine[0] == '[') /* need to find matching ']' */
|
||||
{
|
||||
LPSTR keyNameEnd;
|
||||
|
||||
Reference in New Issue
Block a user