Changeset 5301:f3e9cd30574d in roaraudio for roard/ssynth.c


Ignore:
Timestamp:
11/25/11 18:20:03 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

move away from roar_buffer_add() (See: #126)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/ssynth.c

    r5194 r5301  
    181181  } 
    182182 
    183   if ( stream_add_buffer(g_ssynth.stream, outbuf) == -1 ) { 
     183  if ( stream_add_buffer(g_ssynth.stream, &outbuf) == -1 ) { 
    184184   roar_buffer_free(outbuf); 
    185185   return -1; 
Note: See TracChangeset for help on using the changeset viewer.