Skip to content

Commit

Permalink
Also print Title ID (Alt) to Xbe printer
Browse files Browse the repository at this point in the history
  • Loading branch information
RadWolfie committed Jul 3, 2018
1 parent 8f4b289 commit acb5a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Common/XbePrinter.cpp
Expand Up @@ -318,6 +318,7 @@ std::string XbePrinter::GenCertificateHeader()
text << "Size of Certificate : 0x" << std::setw(8) << Xbe_certificate->dwSize << "\n";
text << "TimeDate Stamp : 0x" << std::setw(8) << Xbe_certificate->dwTimeDate << " (" << BetterTime(Xbe_certificate->dwTimeDate) << ")\n";
text << "Title ID : " << FormatTitleId(Xbe_certificate->dwTitleId) << "\n";
text << "Title ID (Alt) : 0x" << std::setw(8) << Xbe_certificate->dwTitleId << "\n";
text << "Title : L\"" << Xbe_to_print->m_szAsciiTitle << "\"\n";
return text.str();
}
Expand Down

0 comments on commit acb5a70

Please sign in to comment.