[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bigsister-general] Bs web admin, problem handling groups containing "0"..


Matt Kettler wrote:
> 
> Patch attached.

Whoops, that was the patch for 0.99b2. Here's an updated one for 0.99c3.
--- bscgi.pm.orig       2005-03-09 07:54:04.000000000 -0500
+++ bscgi.pm    2005-10-25 14:19:25.000000000 -0400
@@ -43,7 +43,7 @@
            for($i = 0; $i < $len; $i++) {
                my $ch;
                $ch = getc(STDIN);
-               last unless( $ch );
+               last unless( defined $ch );
                $data .= $ch;
            }
        }

Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.