Changeset 986c04c


Ignore:
Timestamp:
Dec 7, 2018, 1:28:56 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/timestretch, fix/ffmpeg5, master
Children:
24198a1
Parents:
799e05b
git-author:
Paul Brossier <piem@piem.org> (03/17/17 18:26:50)
git-committer:
Paul Brossier <piem@piem.org> (12/07/18 01:28:56)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/effects/rubberband_utils.c

    r799e05b r986c04c  
    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.