~ubuntu-branches/debian/wheezy/brasero/wheezy

« back to all changes in this revision

Viewing changes to plugins/dvdcss/burn-dvdcss.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Henriksson
  • Date: 2009-12-14 22:35:03 UTC
  • mfrom: (1.2.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20091214223503-aa2l0jrjl85ar2ue
Tags: 2.28.3-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
                                BraseroScrambledSectorRange *range;
257
257
                                GSList *extents;
258
258
 
259
 
                                range = g_new0 (BraseroScrambledSectorRange, 1);
260
 
 
261
259
                                /* take the first address for each extent of the file */
262
260
                                if (!file->specific.file.extents)
263
261
                                        return FALSE;
264
262
 
 
263
                                range = g_new0 (BraseroScrambledSectorRange, 1);
 
264
                                
265
265
                                for (extents = file->specific.file.extents; extents; extents = extents->next) {
266
266
                                        BraseroVolFileExtent *extent;
267
267