]> git.pld-linux.org Git - packages/OpenEXR.git/commitdiff
- full complaint with gcc33.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 1 Apr 2004 21:46:51 +0000 (21:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenEXR-gcc34.patch -> 1.2

OpenEXR-gcc34.patch

index fd58658bf1fd21ca02def51c87ba600d5bab4b7d..8c81b7114bf37f899f491b36b6025c9bacaac463 100644 (file)
        x = 1 + knee (x - 1, 0.184874f);
  
 -    return (unsigned char) (clamp (pow (x, 0.4545f) * 84.66f, 0.f, 255.f));
-+    return (unsigned char) (clamp (pow (x, 0.4545f) * 84.66f, 0.0, 255.0));
++    return (unsigned char) (clamp (pow (x, 0.4545f) * 84.66, 0.0, 255.0));
  }
  
  
This page took 0.091725 seconds and 4 git commands to generate.