Expand a comment.

svn path=/trunk/; revision=54622
This commit is contained in:
Guy Harris 2014-01-06 23:07:48 +00:00
parent 81b21459c3
commit fd4faf6619
1 changed files with 2 additions and 2 deletions

View File

@ -1972,8 +1972,8 @@ col_fill_in(packet_info *pinfo, const gboolean fill_col_exprs, const gboolean fi
/*
* Fill in columns if we got an error reading the packet.
* We set most columns to "???", and set the Info column to an error
* message.
* We set most columns to "???", fill in columns that don't need data read
* from the file, and set the Info column to an error message.
*/
void
col_fill_in_error(column_info *cinfo, frame_data *fdata, const gboolean fill_col_exprs, const gboolean fill_fd_colums)