Changeset 389f903


Ignore:
Timestamp:
Mar 17, 2017, 6:26:50 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
9938200
Parents:
f651625
Message:

src/effects/rubberband_utils.c: use ':' to join options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/effects/rubberband_utils.c

    rf651625 r389f903  
    8888    // attempt to parse a list of options, separated with ','
    8989    char *modecopy = strndup(mode, PATH_MAX);
    90     char **params = aubio_split_str(modecopy, ',');
     90    char **params = aubio_split_str(modecopy, ':');
    9191    uint_t i;
    9292    if (!params) {
Note: See TracChangeset for help on using the changeset viewer.