~ubuntu-branches/ubuntu/oneiric/xmp/oneiric

« back to all changes in this revision

Viewing changes to src/loaders/prowizard/prun1.c

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-01-15 01:15:22 UTC
  • mfrom: (1.1.8 upstream) (4.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100115011522-r4otlsg687ee1yx4
Tags: 3.0.0+20090923-1ubuntu1
* Merge from debian testing (LP: #507732).  Reamining changes:
  + Add PulseAudio support:
    - debian/rules: Add --enable-pulseaudio to ./configure
  + RFE Compile with 128 bit mixer:
    - dpatch support

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
        /* get whole sample size */
42
42
        for (i = 0; i < 31; i++)
43
 
                ssize += readmem16b(header + i * 30 + 42);
 
43
                ssize += readmem16b(header + i * 30 + 42) * 2;
44
44
 
45
45
        /* read and write size of pattern list */
46
46
        write8(out, npat = read8(in));