mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 09:14:40 +00:00
modem-manager: Do not print (null)
PVS: Incorrect format. A null pointer is used.
This commit is contained in:
parent
ab5683deb0
commit
908c1d8c02
@ -598,9 +598,7 @@ fu_firehose_updater_actions_validate(GPtrArray *action_nodes,
|
||||
g_set_error(error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_FAILED,
|
||||
"Failed to validate program file '%s' command: "
|
||||
"failed to get %s",
|
||||
program_filename,
|
||||
"Failed to validate program file: failed to get %s",
|
||||
name);
|
||||
return FALSE;
|
||||
}
|
||||
@ -610,9 +608,7 @@ fu_firehose_updater_actions_validate(GPtrArray *action_nodes,
|
||||
g_set_error(error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_FAILED,
|
||||
"Failed to validate program file '%s' command: "
|
||||
"failed to get %s",
|
||||
program_filename,
|
||||
"Failed to validate program file: failed to get %s",
|
||||
name);
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user