On Thu, 25 Apr 2002, Tom Brown wrote: > I don't know if this useful, but I like to pipe strange characters > into hexdump
Thanks for the info, turns out I wasn't handling the string terminator correctly / off-by-one error... oooops :) Paul Sack correctly diagnosed the problem (a co-worker at ARL also suggested the same thing)... (Paul - I mistakenly wasn't using the +1 length in uncompress() either, that's what was still causing the problem). .............................................................. Robert Giles UT CS [EMAIL PROTECTED] http://www.daihatsu.org/ _______________________________________________ Siglinux mailing list [EMAIL PROTECTED] http://www.utacm.org/mailman/listinfo/siglinux
