dougm 01/04/11 16:02:14
Modified: src/modules/perl modperl_const.c
Log:
add missing arg for format string
Revision Changes Path
1.2 +1 -1 modperl-2.0/src/modules/perl/modperl_const.c
Index: modperl_const.c
===================================================================
RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_const.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- modperl_const.c 2001/04/11 22:48:28 1.1
+++ modperl_const.c 2001/04/11 23:02:12 1.2
@@ -94,7 +94,7 @@
dXSARGS;
if (items < 2) {
- Perl_croak(aTHX_ "Usage: %s->compile(...)");
+ Perl_croak(aTHX_ "Usage: %s->compile(...)", stashname);
}
classname = *(stashname + 1) == 'P' ? "APR" : "Apache";