Ignore:
Timestamp:
03/31/11 15:00:26 (14 months ago)
Author:
shiretu
Message:

-- fixed a lot of stuff related to printf-style format specifiers
-- properly initialize POD structures

File:
1 edited

Legend:

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

    r410 r413  
    7575                                default: 
    7676                                { 
    77                                         FATAL("Handshake type not implemented: %d", handshakeType); 
     77                                        FATAL("Handshake type not implemented: %hhu", handshakeType); 
    7878                                        return false; 
    7979                                } 
     
    113113                default: 
    114114                { 
    115                         FATAL("Invalid RTMP state: %d", _rtmpState); 
     115                        FATAL("Invalid RTMP state: %hhu", _rtmpState); 
    116116                        return false; 
    117117                } 
Note: See TracChangeset for help on using the changeset viewer.