mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Copy the correct value if the value is stored directly in the data pointer (in CmiExportValue).
svn path=/trunk/; revision=20545
This commit is contained in:
@@ -1079,7 +1079,7 @@ CmiExportValue (PREGISTRY_HIVE Hive,
|
||||
ValueCell->DataSize = DataSize | REG_DATA_IN_OFFSET;
|
||||
ValueCell->DataType = DataType;
|
||||
memcpy (&ValueCell->DataOffset,
|
||||
Data,
|
||||
&Data,
|
||||
DataSize);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user