mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Don't crash when trying to bless NULLs
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1645 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
00f7246d7c
commit
338e58cbad
4 changed files with 4 additions and 4 deletions
|
|
@ -12,5 +12,5 @@ T_PlainObj
|
|||
OUTPUT
|
||||
|
||||
T_PlainObj
|
||||
$arg = irssi_bless_plain(\"$type\", $var);
|
||||
$arg = plain_bless($var, \"$type\");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue