mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
Add missing format string argument in printtext_dest call, patch by loafier.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4384 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a6a653a3f8
commit
f082f90121
1 changed files with 1 additions and 1 deletions
|
|
@ -133,4 +133,4 @@ print(dest, str)
|
|||
Irssi::UI::TextDest dest
|
||||
char *str
|
||||
CODE:
|
||||
printtext_dest(dest, str);
|
||||
printtext_dest(dest, "%s", str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue