Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19220

Modified Files:
        wb_extract.pl 
Log Message:
Add missing parentheses.

Index: wb_extract.pl
===================================================================
RCS file: /cvsroot/ufraw/ufraw/wb_extract.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- wb_extract.pl       15 Sep 2014 03:15:12 -0000      1.8
+++ wb_extract.pl       16 Sep 2014 02:15:18 -0000      1.9
@@ -77,7 +77,7 @@
     } elsif ($field eq "BlueBalance") {   # Field for D70 and X-E1 (blue)
       $mulblue = $value;
     } elsif ($field eq "WhiteBalance") {
-      if (($model eq "X-E1" || $model eq "X-Pro1" && $value eq "Unknown 
(0x600)") {
+      if (($model eq "X-E1" || $model eq "X-Pro1") && $value eq "Unknown 
(0x600)") {
         $wbname = "Underwater";
       } else {
         $wbname = $value;


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to