Changeset d16fbba


Ignore:
Timestamp:
Dec 16, 2018, 8:51:20 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
c0a1906
Parents:
be94d24
Message:

[io] remove useless check in source_sndfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.c

    rbe94d24 rd16fbba  
    8787  s->channels = 1;
    8888
    89   if (s->path) AUBIO_FREE(s->path);
    9089  s->path = AUBIO_ARRAY(char_t, strnlen(path, PATH_MAX) + 1);
    9190  strncpy(s->path, path, strnlen(path, PATH_MAX) + 1);
Note: See TracChangeset for help on using the changeset viewer.