10 Nov
2011
10 Nov
'11
10:22 p.m.
On 10-11-2011 21:03, Kris De Gussem wrote:
Drop my message. Misread something...
2011/11/10 Felipe Sanches<juca@...2270...>:
number seems to be initialized by ss
On Thu, Nov 10, 2011 at 5:05 PM, Kris De Gussem<kris.degussem@...400...> wrote:
Hi all
sorry for reusing this thread. An equally weird issue can be seen in src/xml/repr-css.cpp
On line 310 you'll find: double number; std::string characters; std::string temp; bool number_valid = !(ss>> number).fail();
How is it possible that on line 310 "number" is defined and two lines later, number is used, while no sensible value is read into this variable?
The code should be rewritten to be easier to understand...