Changeset 1872:80ada879d4b6 in roaraudio


Ignore:
Timestamp:
05/23/09 16:29:13 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/midi.c

    r1871 r1872  
    299299  return -1; 
    300300 
    301  if ( roar_buffer_get_data(buf, &mes) == -1 ) 
     301 if ( roar_buffer_get_data(buf, (void**)&mes) == -1 ) 
    302302  return -1; 
    303303 
Note: See TracChangeset for help on using the changeset viewer.