~ubuntu-branches/ubuntu/trusty/dvd+rw-tools/trusty

« back to all changes in this revision

Viewing changes to growisofs_mmc.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rogério Brito
  • Date: 2011-03-07 12:48:03 UTC
  • mfrom: (0.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110307124803-9rejnu33o8t8l308
Tags: 7.1-10
* Add patch to fix grammar in manpage. Closes: #607605.
  Thanks Jon McManus <jon@acss.net.au>.
* Ignore pseudo-overwrite response from Bluray devices. Closes: #615978.

Show diffs side-by-side

added added

removed removed

Lines of Context:
410
410
            }
411
411
 
412
412
            nwa = 0;
413
 
            if (buf[7]&1 && !bdr_plus_pow)      // NWA_V
 
413
            if (buf[7]&1)       // NWA_V
414
414
            {   nwa  = buf[12]<<24;
415
415
                nwa |= buf[13]<<16;
416
416
                nwa |= buf[14]<<8;