Belgabor - 2004-01-13

Logged In: YES
user_id=573198

This happened to me while trying to cat an integer field to a string constant
('#' in this case). (cat %4 #) gave me a truntated field and only '#' as a
result, (cat # %4) segfaulted.