Changeset 6c25201
- Timestamp:
- Aug 30, 2009, 2:46:59 PM (15 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:
- c3395f3
- Parents:
- 6f9615c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ext/sndfileio.c
r6f9615c r6c25201 47 47 48 48 if (f->handle == NULL) { 49 AUBIO_ERR(" Unable to open input file %s.\n", outputname);50 AUBIO_ERR("%s\n",sf_strerror (NULL)); /* libsndfile err msg */49 AUBIO_ERR("Failed opening %s: %s\n", outputname, 50 sf_strerror (NULL)); /* libsndfile err msg */ 51 51 return NULL; 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.