mirror of
https://github.com/rvtr/unlaunch-installer_dev.git
synced 2026-01-26 13:43:08 -05:00
Update comment
This commit is contained in:
parent
ab8d96e75f
commit
7425cb52f6
@ -348,7 +348,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
{
|
{
|
||||||
char buffer[1024] = {0};
|
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)
|
if (fwrite(buffer, sizeof(char), 520, targetTmd) != 520)
|
||||||
{
|
{
|
||||||
fclose(unlaunchInstaller);
|
fclose(unlaunchInstaller);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user