Wireshark-commits: [Wireshark-commits] master e982992: For single-precision calculations, use singl

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Apr 2014 03:19:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e982992f71b9e93d28ca3bf04d32105fa015949e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e982992 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: I78317a0e9b625ae4f34df3597fdb5eba711bcae2
    Reviewed-on: https://code.wireshark.org/review/934
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9bd0932   For single-precision calculations, use single-precision constants.
    adds  e982992   For single-precision calculations, use single-precision constants.


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