Update comment

This commit is contained in:
Edoardo Lolletti 2024-04-23 16:45:26 +02:00
parent d6c9954a67
commit 0483f8f0e9

View File

@ -348,7 +348,7 @@ int main(int argc, char **argv)
{
char buffer[1024] = {0};
//write the first 520 bytes as 0, as that's the size of a tmd, but it can be whatever
//write the first 520 bytes as 0, as that's the size of a tmd, but it can be whatever content
if (fwrite(buffer, sizeof(char), 520, targetTmd) != 520)
{
fclose(unlaunchInstaller);