Fixed arguments to new_packet_list_set_time_width().

svn path=/trunk/; revision=29761
This commit is contained in:
Stig Bjørlykke 2009-09-07 12:01:19 +00:00
parent 5cc8d3e71d
commit e55129063b
1 changed files with 1 additions and 1 deletions

2
file.c
View File

@ -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