- Timestamp:
- Jan 31, 2015, 12:21:40 PM (10 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:
- c952f42
- Parents:
- 4d6024f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_wavread.c
r4d6024f rbc6b2af 220 220 #ifndef HAVE_WIN_HACKS 221 221 AUBIO_ERR("source_wavread: short read (%zd instead of %zd) in %s\n", 222 bytes_read, bytes_expected, s->path); 222 223 #else // mingw does not know about %zd... 223 224 AUBIO_ERR("source_wavread: short read (%d instead of %d) in %s\n", 225 bytes_read, bytes_expected, s->path); 224 226 #endif 225 bytes_read, bytes_expected, s->path);226 227 goto beach; 227 228 }
Note: See TracChangeset
for help on using the changeset viewer.