Changeset 4066:00d1808060ba in roaraudio


Ignore:
Timestamp:
07/19/10 04:48:15 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added maybe needed casts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/req.c

    r3928 r4066  
    662662 
    663663 if ( d[0] != 0 ) { 
    664   ROAR_WARN("req_on_get_stream_para(*): unsupported command version: %i, %i", d[0], d[1]); 
     664  ROAR_WARN("req_on_get_stream_para(*): unsupported command version: %i, %i", (int)d[0], (int)d[1]); 
    665665  return -1; 
    666666 } 
Note: See TracChangeset for help on using the changeset viewer.