]> git.pld-linux.org Git - packages/speech_tools.git/commitdiff
- note: fix ALU in /dev/brain.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 18 Jan 2006 19:20:59 +0000 (19:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    speech_tools-gcc41.patch -> 1.3

speech_tools-gcc41.patch

index c62f52d575559e8fe76b8e1e09f8fe8d81446df6..2367368763c1bba99ac0765f9952365e8edcf31a 100644 (file)
@@ -28,7 +28,7 @@
            fir_stereo(inp + inoffset + inbaseidx,
                       coep + cycctr * firlen, firlen,
 -                     outp + outidx++, outp + outidx++);
-+                     outp + outidx + 1, outp + outidx + 2);
++                     outp + outidx, outp + outidx + 1);
 +          outidx += 2;
            cycctr++;
            if (!(cycctr %= up))
This page took 0.064925 seconds and 4 git commands to generate.