Changeset 3331:b028f43b4738 in roaraudio for libroardsp


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
  • libroardsp/channels.c

    r3330 r3331  
    7070} 
    7171 
    72 int    roardsp_chanlist2str(int * list, size_t len, char * str, size_t strlen) { 
     72int    roardsp_chanlist2str(char * list, size_t len, char * str, size_t strlen) { 
    7373 int i; 
    7474 
Note: See TracChangeset for help on using the changeset viewer.