Wireshark-commits: [Wireshark-commits] master 571ed4d: Print guint64's with G_GUINT64_FORMAT.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Nov 2015 11:34:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=571ed4d25907dae80bd9c0e3e5822fe473d77d2d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

571ed4d by Guy Harris (guy@xxxxxxxxxxxx):

    Print guint64's with G_GUINT64_FORMAT.
    
    There is no guarantee that they will be long's, and thus no guarantee
    that they can be printed with "%lu".
    
    Change-Id: I5c2ff844a1024332f01dec58489a2d304ba4e7ce
    Reviewed-on: https://code.wireshark.org/review/12135
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  12b2e3d   cmake: fix dependencies for copy_data_files
    adds  571ed4d   Print guint64's with G_GUINT64_FORMAT.


Summary of changes:
 epan/wmem/wmem_interval_tree.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)