mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
No warning for missing frodorc
This commit is contained in:
parent
bb34cfd531
commit
c8111361d6
@ -226,7 +226,7 @@ void Frodo::LoadFrodorc()
|
|||||||
ThePrefs.Load(total_name);
|
ThePrefs.Load(total_name);
|
||||||
strncpy(ThePrefs.PrefsPath, total_name, sizeof(ThePrefs.PrefsPath));
|
strncpy(ThePrefs.PrefsPath, total_name, sizeof(ThePrefs.PrefsPath));
|
||||||
} else
|
} else
|
||||||
warning("Cannot find frodorc or frodorc.default in any tried directory");
|
printf("No frodorc, using default\n");
|
||||||
|
|
||||||
free((void*)total_name);
|
free((void*)total_name);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user