Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher/files: speech-dispatcher-0.6.6-festival-fix-formats.patch
Date: Sat, 26 Apr 2008 03:37:07
Message-Id: E1JpbDW-00070G-Fh@stork.gentoo.org
1 williamh 08/04/26 03:36:50
2
3 Added: speech-dispatcher-0.6.6-festival-fix-formats.patch
4 Log:
5 Fixed festival format strings for bug #218705.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.6-festival-fix-formats.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.6-festival-fix-formats.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.6-festival-fix-formats.patch?rev=1.1&content-type=text/plain
13
14 Index: speech-dispatcher-0.6.6-festival-fix-formats.patch
15 ===================================================================
16 --- speech-dispatcher-0.6.6/src/modules/festival.c 2008-02-08 11:01:09.000000000 +0100
17 +++ speech-dispatcher-0.6.6.modified/src/modules/festival.c 2008-04-21 11:18:31.000000000 +0200
18 @@ -691,5 +691,5 @@
19
20 if (fwave->num_samples != 0){
21 - DBG("Sending message to audio: %ld bytes\n",
22 + DBG("Sending message to audio: %u bytes\n",
23 (fwave->num_samples) * sizeof(short));
24
25 @@ -899,5 +899,5 @@
26 TCounterEntry *centry;
27
28 - DBG("Cache: cleaning, cache size %ld kbytes (>max %d).", FestivalCache.size/1024,
29 + DBG("Cache: cleaning, cache size %zu kbytes (>max %d).", FestivalCache.size/1024,
30 FestivalCacheMaxKBytes);
31
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list