Browse Source

r3401@lithium: joq | 2006-06-26 10:09:02 -0500

[0.102.18] set uninitialized variable


git-svn-id: svn+ssh://jackaudio.org/trunk/jack@979 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
joq 19 years ago
parent
commit
5972bbefb9
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      configure.ac
  2. +1
    -1
      jackd/engine.c

+ 1
- 1
configure.ac View File

@@ -17,7 +17,7 @@ dnl changes are made
dnl ---
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=102
JACK_MICRO_VERSION=17
JACK_MICRO_VERSION=18

dnl ---
dnl HOWTO: updating the jack protocol version


+ 1
- 1
jackd/engine.c View File

@@ -618,7 +618,7 @@ static JSList *
jack_process_external(jack_engine_t *engine, JSList *node)
{
int status = 0;
char c;
char c = 0;
struct pollfd pfd[1];
int poll_timeout;
jack_client_internal_t *client;


Loading…
Cancel
Save