aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-09-07 12:01:19 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-09-07 12:01:19 +0000
commite55129063b47ed57b12400ea1208c73190e8e3cd (patch)
tree0afc0c43abe9dad8091fed120751428b8dabc655 /file.c
parent5cc8d3e71d852d492cd92f0142900491f51eba58 (diff)
Fixed arguments to new_packet_list_set_time_width().
svn path=/trunk/; revision=29761
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 92cdfbcedd..dc722386b6 100644
--- a/file.c
+++ b/file.c
@@ -2990,7 +2990,7 @@ cf_change_time_formats(capture_file *cf)
for (i = 0; i < cf->cinfo.num_cols; i++) {
if (col_has_time_fmt(&cf->cinfo, i)) {
#ifdef NEW_PACKET_LIST
- new_packet_list_set_time_width(cf->cinfo.col_fmt[i], i);
+ new_packet_list_set_time_width(i);
#else
packet_list_set_time_width(cf->cinfo.col_fmt[i], i);
#endif