On Sat, 5 Oct 2002, Jaime Fournier wrote: > I have been trying unsuccesfully to get items in Afs > breakouts from appearing on the COL_INFO line. > Tried adding as an example Volume from AFSFid to print > to the primary INFO line. No luck. > Added pinfo *pinfo to all sub functions. > No luck. > > Any pointers would be greatly appreciated from any > folks familiar with the afs decoder layout.
grep for _append! col_append_str(pinfo->cinfo, COL_INFO, " [checksum invalid]" It takes a format string and accepts varargs. Regards ----- Richard Sharpe, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
