mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 06:50:10 +01:00
ilo: fix a compile error with -Werror=format-security
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=83777
This commit is contained in:
parent
7aeb853c90
commit
1187dbdd10
1 changed files with 1 additions and 1 deletions
|
|
@ -1017,7 +1017,7 @@ disasm_printer_add_operand(struct disasm_printer *printer,
|
|||
|
||||
name = disasm_inst_file(inst, operand, &multi_regs);
|
||||
if (!multi_regs) {
|
||||
disasm_printer_add(printer, name);
|
||||
disasm_printer_add(printer, "%s", name);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue