Wireshark-commits: [Wireshark-commits] master ecc6b8d: Move common part of col_append_fstr, col_app

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 May 2014 06:49:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ecc6b8d6209435a0b3d39ca6f1a63697a583f998
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ecc6b8d by Jakub Zawadzki (darkjames@xxxxxxxxxxxx):

    Move common part of col_append_fstr, col_append_sep_fstr to seperate fnction.
    
    From the comments I think it was intended - but there were no G_VA_COPY macro in glib (?).
    
    Change-Id: Ic1e1d4a5ac9e5b8f27f25487416c0ededeed2093
    Reviewed-on: https://code.wireshark.org/review/1518
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  209f82a   Cleanup LLDP dissection, convert add_text to tree items. Just started on this, more changes incoming
    adds  ecc6b8d   Move common part of col_append_fstr, col_append_sep_fstr to seperate fnction.


Summary of changes:
 epan/column-utils.c |   87 +++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 51 deletions(-)