Skip to content

Commit

Permalink
Oops, accidental revert...
Browse files Browse the repository at this point in the history
  • Loading branch information
emoose committed Mar 20, 2019
1 parent 468a990 commit cd5e1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibXboxOne/XVD/XVDStructs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public string ToString(bool formatted)
b.AppendLineSpace(fmt + "Unknown78 != 0");

string keyid = KeyId.ToString("X");
if (KeyId == 0xFFFF)
if (KeyId == XvcConstants.XVC_KEY_NONE)
keyid += " (not encrypted)";
b.AppendLineSpace(fmt + "Description: " + Description.Replace("\0", ""));
b.AppendLineSpace(fmt + "Key ID: 0x" + keyid);
Expand Down

0 comments on commit cd5e1d8

Please sign in to comment.