Changeset 5918:46739cba184c in roaraudio


Ignore:
Timestamp:
09/09/13 13:37:09 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

another small type cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/light.c

    r5917 r5918  
    166166 
    167167static inline int light_send_stream_dmx512  (int id, struct roar_stream * s, struct roar_stream_server * ss) { 
    168  int chans = g_light_state.channels; 
     168 size_t chans = g_light_state.channels; 
    169169 uint8_t buf[512]; 
    170170 register uint8_t * bufptr; 
Note: See TracChangeset for help on using the changeset viewer.