mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
Add a missing format argument.
This commit is contained in:
@@ -241,7 +241,7 @@ static int l_xml_write_escaped(lua_State *L)
|
|||||||
const char *text;
|
const char *text;
|
||||||
|
|
||||||
text = luaL_checkstring(L, 1);
|
text = luaL_checkstring(L, 1);
|
||||||
xml_write_escaped(text);
|
xml_write_escaped("%s", text);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user