Changeset 17d0f0e for src/io


Ignore:
Timestamp:
Sep 21, 2016, 2:07:04 PM (8 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:
e087a50
Parents:
980a4f4
Message:

src/io/source_sndfile.c: improve formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.c

    r980a4f4 r17d0f0e  
    9999  if (s->handle == NULL) {
    100100    /* show libsndfile err msg */
    101     AUBIO_ERR("source_sndfile: Failed opening %s: %s\n", s->path, sf_strerror (NULL));
     101    AUBIO_ERR("source_sndfile: Failed opening %s (%s)\n", s->path,
     102        sf_strerror (NULL));
    102103    goto beach;
    103104  }
Note: See TracChangeset for help on using the changeset viewer.