--On 12/04/01 09:20 -0400 Vivek Khera wrote:
>> "EC" == Eric Cholet <[EMAIL PROTECTED]> writes:
>
>>> -if (handles = modperl_xs_dl_handles_get(cdata->pool)) {
>>> +if ((handles = modperl_xs_dl_handles_get(cdata->pool))) {
>>> modperl_xs_dl_handles_close(handles);
>
> EC> I did fixed
On Thu, 12 Apr 2001, Vivek Khera wrote:
> > "EC" == Eric Cholet <[EMAIL PROTECTED]> writes:
>
> >> -if (handles = modperl_xs_dl_handles_get(cdata->pool)) {
> >> +if ((handles = modperl_xs_dl_handles_get(cdata->pool))) {
> >> modperl_xs_dl_handles_close(handles);
>
> EC> I did fixed
> "EC" == Eric Cholet <[EMAIL PROTECTED]> writes:
>> -if (handles = modperl_xs_dl_handles_get(cdata->pool)) {
>> +if ((handles = modperl_xs_dl_handles_get(cdata->pool))) {
>> modperl_xs_dl_handles_close(handles);
EC> I did fixed unbalanced parens, you just added another level of pare
--On 12/04/01 01:03 + [EMAIL PROTECTED] wrote:
> dougm 01/04/11 18:03:14
>
> Modified:src/modules/perl mod_perl.c
> Log:
> i swear eric did this already
>
> Revision ChangesPath
> 1.45 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c
>
> Index: mod_perl.c
>