On Fri, 6 Jun 2003, Stas Bekman wrote:
> Randy please test my latest commit. It should just work, now
> that it does the right thing ;)
Hi Stas,
Works fine now - thanks!
--
best regards,
randy
-
To unsubscribe, e-mail: [EM
Stas Bekman wrote:
[EMAIL PROTECTED] wrote:
randyk 2003/06/05 20:45:53
select undef, undef, undef, 0.25
-while -e $file && -s _ == 10 || $t++ == 20;
+while -e $file && -s _ == SIZE || $t++ == TRIES;
Looking at this code, it's totally bogus, bad copy-n-paste from
[EMAIL PROTECTED] wrote:
randyk 2003/06/05 20:45:53
select undef, undef, undef, 0.25
-while -e $file && -s _ == 10 || $t++ == 20;
+while -e $file && -s _ == SIZE || $t++ == TRIES;
Looking at this code, it's totally bogus, bad copy-n-paste from cleanup.t on
my part.