mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 11:17:03 -04:00
[iso] update libcdio to latest
* Also remove MSG_176 from English version * Also perform additional cleanup and remove a Clang warning * Closes #224
This commit is contained in:
parent
f97f60d55a
commit
fcf16fed25
8 changed files with 338 additions and 223 deletions
|
@ -246,7 +246,7 @@ void add_dialog_command(int index, loc_cmd* lcmd)
|
|||
{
|
||||
char str[128];
|
||||
uint32_t i;
|
||||
if ((lcmd == NULL) || (index < 0) || (index >= ARRAYSIZE(loc_dlg))) {
|
||||
if ((lcmd == NULL) || (lcmd->txt[0] == NULL) || (index < 0) || (index >= ARRAYSIZE(loc_dlg))) {
|
||||
uprintf("localization: invalid parameter for add_dialog_command\n");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue