* Melchior FRANZ -- Friday 24 July 2009:
> JFTR: The bug is still/again there ... someone reverted yesterday's change
> and put the bad casts back in. :-}
Thanks for fixing again. :-)
Here's another one:
lcshm.cpp: In member function ‘void amf::LcShm::send(const std::string&,
const std::string&, std::vector<amf::Element*,
std::allocator<amf::Element*> >&)’:
lcshm.cpp:573: error: cast from ‘uint8_t*’ to ‘unsigned int’ loses precision
+++ libamf/lcshm.cpp
- if ( (unsigned int)Listener::getBaseAddress() == 0x0 )
+ if ( Listener::getBaseAddress() == 0x0 )
m.
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev