| Hylafax Mailing List Archives |
Well, to work around the problem I changed line 354:
354 if (len == 0) // avoid looping on zero-length matches
to
354 if (len <= 0) // avoid looping on zero-length matches
Steve
---
Steve Roderick ProAxis Communications, Inc.
steve@proaxis.com Internet Access Provider
(541) 757-0248
![]() |
|