openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openexr-devel] typo/bug in exrmaketiled : makeTiled.cpp (+ diff / fix)


From: Ger Hobbelt
Subject: [Openexr-devel] typo/bug in exrmaketiled : makeTiled.cpp (+ diff / fix)
Date: Tue, 17 Jun 2008 08:47:16 +0200

See diff below. Probably a typo or some such. Passes the tests at
least on Win32.

code diff'ed against today's anonymous CVS at savannah.

(FYI: the '[i_a]' tag in there is a marker I often use to tag changes
so I get a 'hint' when merging / reviewing code trees. Old habit...)

If this is not the place for bugreports of this nature, please point
me to the proper place. Thanks.

Ger


--- \\Debbie\ger\prj\1original\OpenEXR\src\OpenEXR\exrmaketiled\makeTiled.cpp   
2006-06-05
04:04:52.000000000 +-0200
+++ \\Debbie\ger\prj\3actual\OpenEXR\OpenEXR\exrmaketiled\makeTiled.cpp 
2008-06-17
06:42:04.000000000 +-0200
@@ -643,13 +643,13 @@
                    if (verbose)
                        cout << "level (" << lx << ", " << ly << ")" << endl;

                    storeLevel (out, header.channels(), lx, ly, *iptr0);
                }
                
-               if (lx < out.numXLevels() - 1);
+               if (lx < out.numXLevels() - 1)   /* [i_a] ??? */
                {
                    iptr1->resize (out.dataWindowForLevel (lx + 1, ly));

                    reduceX (header.channels(),
                             doNotFilter,
                             extX,


-- 
Met vriendelijke groeten / Best regards,

Ger Hobbelt

--------------------------------------------------
web: http://www.hobbelt.com/
 http://www.hebbut.net/
mail: address@hidden
mobile: +31-6-11 120 978
--------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]