mirror of
https://github.com/rvtr/unlaunch-installer_dev.git
synced 2026-01-26 13:43:08 -05:00
typo
This commit is contained in:
parent
3b8240332e
commit
a345eda1e0
@ -381,7 +381,7 @@ int main(int argc, char **argv)
|
|||||||
// nothing else has to be done, could be a language patch, or a dev system, the user will know what they have done
|
// nothing else has to be done, could be a language patch, or a dev system, the user will know what they have done
|
||||||
if (hasTitleTmdMatchingLauncher)
|
if (hasTitleTmdMatchingLauncher)
|
||||||
{
|
{
|
||||||
FILE* launcherTmd = fopen(launcherTmdPath, "rb");
|
FILE* launcherTmd = fopen(launcherTmdPath, "r+b");
|
||||||
if(!launcherTmd)
|
if(!launcherTmd)
|
||||||
{
|
{
|
||||||
messageBox("\x1B[31mError:\x1B[33m Failed to open default launcher's title.tmd\n");
|
messageBox("\x1B[31mError:\x1B[33m Failed to open default launcher's title.tmd\n");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user