Minor potential bug in AV creation
authorChip Salzenberg <salzench@nielsenmedia.com>
Fri, 23 Aug 1996 21:26:42 +0000 (17:26 -0400)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Fri, 23 Aug 1996 21:26:42 +0000 (17:26 -0400)
commitd1bf51ddeaafef1b94a1f5c011bdefbb8ebf5604
treecc85c7413ab5ae3694760ec6ac60f587b1229dea
parentcd52b7b2481ed55ef2eb5159fcf8cc2612ba2f6b
Minor potential bug in AV creation

Fix more spots where we had PerlIO_stderr() and should have had
Perl_debug_log instead.

I wasn't the one who originated this patch.  But it looks like it
would improve the safety of AV creation.

Remove potentially incorrect casts on PerlIO_set_ptrcnt.
'ptr' is already STDCHAR, which is supposed to be the type of
char used in stdio.h, so we shouldn't have to cast it.
sv.c