Browse Source

r5289@lithium: joq | 2006-11-08 12:24:38 -0600

do not delete file on exit from capture_client


git-svn-id: svn+ssh://jackaudio.org/trunk/jack@994 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
joq 19 years ago
parent
commit
2a585a329a
2 changed files with 1 additions and 4 deletions
  1. +1
    -1
      configure.ac
  2. +0
    -3
      example-clients/capture_client.c

+ 1
- 1
configure.ac View File

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


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


+ 0
- 3
example-clients/capture_client.c View File

@@ -207,9 +207,6 @@ run_disk_thread (jack_thread_info_t *info)
PRIu32 ".\n", info->rb_size); PRIu32 ".\n", info->rb_size);
info->status = EPIPE; info->status = EPIPE;
} }
if (info->status) {
unlink (info->path);
}
} }


void void


Loading…
Cancel
Save