~ubuntu-branches/ubuntu/precise/wine1.3/precise

« back to all changes in this revision

Viewing changes to dlls/dmime/audiopath.c

  • Committer: Package Import Robot
  • Author(s): Scott Ritchie
  • Date: 2012-01-17 09:00:34 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120117090034-eyhpp02jawlvrrkc
Tags: 1.3.37-0ubuntu1
* New upstream release
  - Many changes
* Convert to 3.0 source format
* debian/control:
  - Remove pre-multiarch amd64 build depends
  - Remove quilt build depends
  - Recommend proper gecko versions
* debian/rules:
  - Remove manual dh_quilt patch and unpatch
  - No need to uuencode/uudecode anymore with new source format

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
        if (pDesc->dwValidData & DMUS_OBJ_DATE)
273
273
                This->pDesc->ftDate = pDesc->ftDate;
274
274
        if (pDesc->dwValidData & DMUS_OBJ_MEMORY) {
275
 
                memcpy (&This->pDesc->llMemLength, &pDesc->llMemLength, sizeof (pDesc->llMemLength));                           
276
 
                memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof (pDesc->pbMemData));
 
275
                This->pDesc->llMemLength = pDesc->llMemLength;
 
276
                memcpy (This->pDesc->pbMemData, pDesc->pbMemData, pDesc->llMemLength);
277
277
        }
278
278
        if (pDesc->dwValidData & DMUS_OBJ_STREAM) {
279
279
                /* according to MSDN, we copy the stream */