mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Add a missing format argument.
This commit is contained in:
parent
f0e7b6d3ab
commit
4e7e302c9c
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ static int l_xml_write_escaped(lua_State *L)
|
|||
const char *text;
|
||||
|
||||
text = luaL_checkstring(L, 1);
|
||||
xml_write_escaped(text);
|
||||
xml_write_escaped("%s", text);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue