Changeset e3b5962


Ignore:
Timestamp:
Jul 16, 2012, 2:48:42 AM (12 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/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
87dfc3f
Parents:
776a5d3
Message:

src/io/source.c: improve new_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source.c

    r776a5d3 re3b5962  
    4545#endif /* HAVE_SNDFILE */
    4646#endif /* __APPLE__ */
    47   if (s->source == NULL) { AUBIO_FREE(s); return NULL; }
     47  AUBIO_ERROR("failed creating aubio source with %s", uri);
     48  AUBIO_FREE(s);
     49  return NULL;
    4850}
    4951
Note: See TracChangeset for help on using the changeset viewer.