shithub: aubio

Download patch

ref: 17d0f0e22c6ffac193b2b4b68c1faa65de419eb9
parent: 980a4f421f51f6f78f47ad69f40e8947254a1d8c
author: Paul Brossier <piem@piem.org>
date: Wed Sep 21 10:07:04 EDT 2016

src/io/source_sndfile.c: improve formatting

--- a/src/io/source_sndfile.c
+++ b/src/io/source_sndfile.c
@@ -98,7 +98,8 @@
 
   if (s->handle == NULL) {
     /* show libsndfile err msg */
-    AUBIO_ERR("source_sndfile: Failed opening %s: %s\n", s->path, sf_strerror (NULL));
+    AUBIO_ERR("source_sndfile: Failed opening %s (%s)\n", s->path,
+        sf_strerror (NULL));
     goto beach;
   }