Changeset 3141:d9c1786de348 in roaraudio for libroaross/libroaross.c


Ignore:
Timestamp:
01/15/10 12:07:38 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cast to make gcc happy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r3140 r3141  
    281281    } 
    282282   } 
    283    return roar_vio_write(&(pointer->handle->stream_vio), buf, count); 
     283   return roar_vio_write(&(pointer->handle->stream_vio), (char*)buf, count); 
    284284  } else { 
    285285   errno = EINVAL; 
Note: See TracChangeset for help on using the changeset viewer.