1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

fix usage of $type in ExtUtils::ParseXS 3.50

This commit is contained in:
Ailin Nemui 2023-07-04 10:27:09 +02:00
parent 274977a587
commit 3ec05851a0
4 changed files with 4 additions and 4 deletions

View File

@ -28,5 +28,5 @@ T_IrssiObj
$arg = iobject_bless((SERVER_REC *)$var);
T_PlainObj
$arg = plain_bless($var, \"$type\");
$arg = plain_bless($var, \"$ntype\");

View File

@ -36,5 +36,5 @@ T_DccObj
$arg = simple_iobject_bless((DCC_REC *)$var);
T_PlainObj
$arg = plain_bless($var, \"$type\");
$arg = plain_bless($var, \"$ntype\");

View File

@ -18,7 +18,7 @@ T_BufferLineWrapper
OUTPUT
T_PlainObj
$arg = plain_bless($var, \"$type\");
$arg = plain_bless($var, \"$ntype\");
T_BufferLineWrapper
$arg = perl_buffer_line_bless($var);

View File

@ -13,5 +13,5 @@ T_PlainObj
OUTPUT
T_PlainObj
$arg = plain_bless($var, \"$type\");
$arg = plain_bless($var, \"$ntype\");