Wireshark-commits: [Wireshark-commits] master b869452: packet-dof.c: Remove fprintf
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 07 May 2020 03:47:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b869452ba34f64f398e4a8974e2f0c3cb043e372
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b869452 by Moshe Kaplan (me@xxxxxxxxxxxxxxx):

    packet-dof.c: Remove fprintf
    
    d5fc969e578a1e3a3eccb03b1586cbadd58107a5 removed
    stdio.h's include. The missing stdio.h broke
    the CentOS7 build. This commit removes calls to
    fprintf to fix the CentOS7 build.
    
    Change-Id: I3f93973ae6901a30414a75a8156967a0e470db90
    Reviewed-on: https://code.wireshark.org/review/37137
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a5703f2   More changes arising from PVS-Studio output.
     add  b869452   packet-dof.c: Remove fprintf


Summary of changes:
 epan/dissectors/packet-dof.c | 45 +++-----------------------------------------
 1 file changed, 3 insertions(+), 42 deletions(-)