Displaying 2 results from an estimated 2 matches for "naurbb".
Did you mean:
naur
2013 Dec 20
2
Scaling fix for float input
Need to adjust scale for floating input.
diff -NaurbB a/libspeex/resample.c b/libspeex/resample.c
--- a/libspeex/resample.c 2013-12-20 17:40:27.326576921 +0500
+++ b/libspeex/resample.c 2013-12-20 17:40:16.918577087 +0500
@@ -915,7 +915,7 @@
if (in) {
for(j=0;j<ichunk;++j)
#ifdef FIXED_POINT
- x[j+st->filt_len-1]=W...
2004 Jul 20
3
Bug? 1.0.0-test28 NFS locking problems
...max_wait_time == 0 ? F_SETLK : F_SETLK;
while (fcntl(ctx->ibox->mbox_fd, wait_type, &fl) < 0) {
if (errno != EINTR) {
if (errno != EAGAIN && errno != EACCES)
**************************************************
and
**************************************************
diff -NaurbB dovecot-1.0-test28.orig/src/lib/file-dotlock.c
dovecot-1.0-test28/src/lib/file-dotlock.c---
dovecot-1.0-test28.orig/src/lib/file-dotlock.c 2004-06-28
18:28:01.000000000 +0100+++ dovecot-1.0-test28/src/lib/file-dotlock.c 2004-07-20 14:50:33.000000000 +0100
@@ -192,7 +192,7 @@
return -1;
}
-...