Wireshark-commits: [Wireshark-commits] master 9bd0932: For single-precision calculations, use singl
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Apr 2014 03:05:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9bd093289c61361104250269af70b3dd3d08bda6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9bd0932 by Guy Harris (guy@xxxxxxxxxxxx):

    For single-precision calculations, use single-precision constants.
    
    Otherwise the calculation is done in double precision, and some
    compilers complain of a double-precision value being assigned to a
    single-precision variable.
    
    Change-Id: I41699fa69e21a2c42d54867765f9fa35a9ab7414
    Reviewed-on: https://code.wireshark.org/review/933
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0d6f511   Add PKTAP to release notes
    adds  9bd0932   For single-precision calculations, use single-precision constants.


Summary of changes:
 epan/dissectors/file-png.c |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)