ilo: fix a compile error with -Werror=format-security
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=83777
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user