In "change_time_formats()" we can now check at the beginning whether
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 3 Jan 2002 22:27:44 +0000 (22:27 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 3 Jan 2002 22:27:44 +0000 (22:27 +0000)
commit04d5962a66c8634120680461f1e56d80396a506f
tree120cfeef11715b90edc7d51ecda5f5adc041f4a3
parent267dadbfaac56803865b8bb7b113920d7e496a0d
In "change_time_formats()" we can now check at the beginning whether
there are any columns whose time formats will change, and just return if
there aren't.

We also, however, need to set the "writable" flag on the columns before
doing that check, as "check_col()" checks whether the column in question
is writable; in this context, all columns are writable.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4472 f5534014-38df-0310-8fa8-9805f1628bb7
file.c