[EMAIL PROTECTED] wrote:
Author: jm
Date: Fri Sep 21 12:13:49 2007
New Revision: 578233

@@ -1498,6 +1506,7 @@
   foreach ( @_ ) {
     my $length = pack("V", length $_);
     $fd->print($length.$_) || return 0;
+    $sent_bytes += $length + 4;
   }
return 1;

Oops! Might want not to use the pack'd value there... about 18.3 billion of these in my mass-check output tonight:

Argument "1\0\0\0" isn't numeric in addition (+) at /home/dos/sa-mass-check/weekly_mass_check/masses/mass-check line 1509.


Daryl

Reply via email to