in reply to Re^2: How to use Inline::C properly
in thread How to use Inline::C properly
src_add = inet_addr(SvIVX(Inline_Stack_Item(1)));
should be
src_add = inet_addr(SvPVX(Inline_Stack_Item(1)));
Same for dst_add.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to use Inline::C properly
by macli (Beadle) on Mar 07, 2007 at 18:46 UTC |