Skip to content

v1.1.5

Latest
Compare
Choose a tag to compare
@halildurmus halildurmus released this 13 Sep 08:39
· 1 commit to main since this release
fd20025
  • Fix issue where creating REG_SZ or REG_EXPANDED_SZ string registry values
    resulted in malformed data. The null terminator for string values was
    incorrectly encoded as a single byte instead of the required two bytes for
    UTF-16 encoding (#22, thanks to @dancarrollg).