Changeset 2440:e5505282f8a4 in roaraudio


Ignore:
Timestamp:
08/19/09 20:56:35 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

size_t -> ssize_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/fader.c

    r2438 r2440  
    4545 state->coeff = coeff; 
    4646 
     47 state->start = -1; 
     48 state->stop  = -1; 
     49 
    4750 memcpy(&(state->poly), poly, sizeof(float)*coeff); 
    4851 
Note: See TracChangeset for help on using the changeset viewer.