diff options
author | Anders Broman <anders.broman@ericsson.com> | 2009-09-07 11:50:08 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2009-09-07 11:50:08 +0000 |
commit | 5cc8d3e71d852d492cd92f0142900491f51eba58 (patch) | |
tree | 5492581a5e53ca3d3ba705a6c66609f36d4fd3d6 /file.c | |
parent | cd8831c72d3517943d7754a463ed3c24a1dfd30b (diff) | |
download | wireshark-5cc8d3e71d852d492cd92f0142900491f51eba58.tar.gz wireshark-5cc8d3e71d852d492cd92f0142900491f51eba58.tar.bz2 wireshark-5cc8d3e71d852d492cd92f0142900491f51eba58.zip |
col_fmt not needed.
svn path=/trunk/; revision=29760
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ cf_timestamp_auto_precision(capture_file *cf) "command-line-specified" format. */ for (i = 0; i < cf->cinfo.num_cols; i++) { if (col_has_time_fmt(&cf->cinfo, i)) { - new_packet_list_set_time_width(cf->cinfo.col_fmt[i], i); + new_packet_list_set_time_width(i); } } #endif |