--On 12/04/01 01:03 +0000 [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  Changes    Path
>   1.45      +1 -1      modperl-2.0/src/modules/perl/mod_perl.c
>
>   Index: mod_perl.c
>   ===================================================================
>   RCS file: /home/cvs/modperl-2.0/src/modules/perl/mod_perl.c,v
>   retrieving revision 1.44
>   retrieving revision 1.45
>   diff -u -r1.44 -r1.45
>   --- mod_perl.c      2001/04/10 13:55:51     1.44
>   +++ mod_perl.c      2001/04/12 01:03:14     1.45
>   @@ -14,7 +14,7 @@
>        perl_destruct(perl);
>        perl_free(perl);
>
>   -    if (handles = modperl_xs_dl_handles_get(cdata->pool)) {
>   +    if ((handles = modperl_xs_dl_handles_get(cdata->pool))) {
>            modperl_xs_dl_handles_close(handles);

I did fixed unbalanced parens, you just added another level of parens,
I wonder why?

>        }
>
>
>
>



--
Eric Cholet
B995 E519 1594 10D0 4271 1EA5 8DF3 8004

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to