octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #35229] imread (read_images) fails when Quantu


From: Rik
Subject: [Octave-bug-tracker] [bug #35229] imread (read_images) fails when QuantumDepth is 32
Date: Mon, 09 Jan 2012 00:40:08 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Update of bug #35229 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

I agree that this looks like a problem.  I have two questions.

Question 1: Is there any reason not to use a long long literal instead of
casting?


Use "1LL" rather than "(long long)1" ???


Question 2: You changed only the numerator.  Shouldn't the denominator also be
changed?


(1 << depth) should be (1LL << depth)



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35229>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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