----- Original Message ----- From: "Marvin Humphrey" <[EMAIL PROTECTED]> > > Rob, if you switch savepv for strdup in the recipe, do the warnings > go away? >
They're not warnings - it's a segfault. But, yes, there's no problem if I 'savepv' instead of 'strdup' (and 'Safefree' instead of 'free'). I would think that does pretty much the same internally as the script I posted earlier (using 'New' to do the job) - except it's a lot less writing :-) Cheers, Rob