Ignore:
Timestamp:
02/04/10 03:16:19 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use char[] not int[]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/channels.h

    r3330 r3331  
    7373int    roardsp_str2chan(char * str); 
    7474 
    75 int    roardsp_chanlist2str(int * list, size_t len, char * str, size_t strlen); 
     75int    roardsp_chanlist2str(char * list, size_t len, char * str, size_t strlen); 
    7676 
    7777int roardsp_chanmap_calc(struct roardsp_chanmap * map, int what, int err_on_none); 
Note: See TracChangeset for help on using the changeset viewer.