Skip to content

Commit

Permalink
Update MainWindow.Utilities.cs (microsoft#27235)
Browse files Browse the repository at this point in the history
  • Loading branch information
randyrants authored Jul 7, 2023
1 parent 9f1c71d commit e2d65dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ private bool ParseRegistryFile(string filenameText)
registryValue.Type = "ERROR";
}

registryValue.Value = value;

break;
case "REG_QWORD":
if (value.Length <= 0)
Expand Down

0 comments on commit e2d65dc

Please sign in to comment.