Skip to content

Commit

Permalink
PerlIOmIRC_pushed(...) I came up with was only subtly different than …
Browse files Browse the repository at this point in the history
…PerlIOBase_pushed(...) which works just fine, so...
  • Loading branch information
sanko committed Nov 18, 2009
1 parent da3263e commit ef28532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl4mirc.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ PERLIO_FUNCS_DECL( PerlIO_mIRC ) = {
"mIRC",
sizeof( PerlIOmIRC ),
PERLIO_K_RAW,
PerlIOmIRC_pushed,
PerlIOBase_pushed,
PerlIOBase_popped,
NULL, /* PerlIOmIRC_open */
NULL, /* PerlIOBase_binmode */
Expand Down

0 comments on commit ef28532

Please sign in to comment.