Changeset 6e3fed8 for src/io/sink.c
- Timestamp:
- Feb 10, 2013, 9:06:03 PM (12 years ago)
- 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:
- de836fd
- Parents:
- 8ff4e4b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sink.c
r8ff4e4b r6e3fed8 45 45 #endif /* HAVE_SNDFILE */ 46 46 #endif /* __APPLE__ */ 47 AUBIO_ERROR("failed creating aubio sink with %s ", uri);47 AUBIO_ERROR("failed creating aubio sink with %s\n", uri); 48 48 AUBIO_FREE(s); 49 49 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.