[SCM] brutefir/master: One more fix.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Sep 20 13:12:48 UTC 2010


The following commit has been merged in the master branch:
commit 0c2f66273b9fa50efe90879f3a95f151925c170d
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Sep 20 15:12:37 2010 +0200

    One more fix.

diff --git a/debian/patches/12-spelling_errors.patch b/debian/patches/12-spelling_errors.patch
index 856b8cd..acf5ec8 100644
--- a/debian/patches/12-spelling_errors.patch
+++ b/debian/patches/12-spelling_errors.patch
@@ -5,7 +5,8 @@ Forwarded: no
  dai.c      |    2 +-
  delay.c    |    6 +++---
  raw2real.h |    2 +-
- 3 files changed, 5 insertions(+), 5 deletions(-)
+ real2raw.h |    2 +-
+ 4 files changed, 6 insertions(+), 6 deletions(-)
 
 --- brutefir.orig/dai.c
 +++ brutefir/dai.c
@@ -58,3 +59,14 @@ Forwarded: no
  	bf_exit(BF_EXIT_OTHER);
  	break;
      }    
+--- brutefir.orig/real2raw.h
++++ brutefir/real2raw.h
+@@ -268,7 +268,7 @@ REAL2RAW_NAME(void *_rawbuf,
+ 	break;
+     default:
+     real2raw_invalid_byte_size:
+-	fprintf(stderr, "Sample byte size %d is not suppported.\n", bytes);
++	fprintf(stderr, "Sample byte size %d is not supported.\n", bytes);
+ 	bf_exit(BF_EXIT_OTHER);
+ 	break;
+     }        

-- 
brutefir packaging



More information about the pkg-multimedia-commits mailing list