THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

You probably have a construct like this:

if (tree)
{
     ....
     col_add_fstr(pinfo->cinfo, COL_INFO, "%s", "<text>");
     ....
}

This prevents the column info to be set, when relevant. Remove the condition and see what happens.