Eric Wilhelm wrote:
The following was supposedly scribed by
Sisyphus
on Saturday 24 January 2004 12:03 am:


SV * line;


This change worked for me, ymmv:

SV * line = NEWSV(0, 0);

I think the problem is that "line" is an unitialized pointer in your original code.


That almost makes sense to me ... which is a worry :-) Anyway, the important thing is that the change works also for me.

I've always just used the newSVpv() and such macros, so I'm not sure why NEWSV() has an id argument.


Probably the same reason that New() has an id argument :-)


Thanks Eric.

Cheers,
Rob

--
Any emails containing attachments will be deleted from my ISP's mail server before I even get to see them. If you wish to email me an attachment, please provide advance warning so that I can make the necessary arrangements.




Reply via email to