Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 409871
Collapse All | Expand All

(-)warmux-11.04.orig/lib/warmux/action/action.cpp (-1 / +1 lines)
Lines 85-91 Link Here
85
{
85
{
86
  m_creator = _creator;
86
  m_creator = _creator;
87
  m_header.len = SDLNet_Read32(buffer);
87
  m_header.len = SDLNet_Read32((void *)buffer);
88
  ASSERT(m_header.len >= sizeof(Header));
88
  ASSERT(m_header.len >= sizeof(Header));
89
  buffer += 4;
89
  buffer += 4;
90
  // All of the following could be skipped for the actions we now,
90
  // All of the following could be skipped for the actions we now,

Return to bug 409871