Wireshark-commits: [Wireshark-commits] master 79da59e: FP: Only show 1 digit after the dot for UL S

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 06 Jun 2018 20:05:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=79da59e31f569edd3bf88c10cbb58a338c4aeb0d
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

79da59e by Darien Spencer (cusneud@xxxxxxxx):

    FP: Only show 1 digit after the dot for UL SIR
    
    Using %f was printing 6 digits after the dot.
    The values for UL SIR TARGET are defined to the nearest 0.1
    
    Change-Id: I02eb1b8edeaeee2574c4a92a3479490e1428a282
    Reviewed-on: https://code.wireshark.org/review/28067
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  c99e9d6   Add COMMON_ARGS to the "Command and args" message.
    adds  79da59e   FP: Only show 1 digit after the dot for UL SIR


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