Ignore:
Timestamp:
05/18/11 15:25:51 (12 months ago)
Author:
shiretu
Message:

-- fixed a crash on ARM platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/src/protocols/rtmp/inboundrtmpprotocol.cpp

    r413 r460  
    6262                        } 
    6363 
    64                         _currentFPVersion = ENTOHL(*((uint32_t *) (GETIBPOINTER(buffer) + 4))); //----MARKED-LONG--- 
     64                        _currentFPVersion = ENTOHLP(GETIBPOINTER(buffer) + 4); 
    6565 
    6666                        switch (handshakeType) { 
Note: See TracChangeset for help on using the changeset viewer.