Browse Source

fix segfault caused by incorrect jack_error() format string

tags/0.125.0rc1
Dominic Sacré rncbc 11 years ago
parent
commit
4f0fe014fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jackd/engine.c

+ 1
- 1
jackd/engine.c View File

@@ -812,7 +812,7 @@ jack_process_external(jack_engine_t *engine, JSList *node)
!= sizeof (c)) {
if (errno == EAGAIN) {
jack_error ("pp: cannot clean up byte from graph wait "
"fd (%s) - no data present");
"fd - no data present");
} else {
jack_error ("pp: cannot clean up byte from graph wait "
"fd (%s)", strerror (errno));


Loading…
Cancel
Save