[brasero] Fix a type that prevented readcd to copy discs
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Fix a type that prevented readcd to copy discs
- Date: Sat, 5 Sep 2009 12:52:10 +0000 (UTC)
commit 59a4854c3a421eaea122a3462e69e966e00b2a32
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Sat Sep 5 13:37:03 2009 +0200
Fix a type that prevented readcd to copy discs
plugins/cdrtools/burn-readcd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/cdrtools/burn-readcd.c b/plugins/cdrtools/burn-readcd.c
index e40a526..42c4b24 100644
--- a/plugins/cdrtools/burn-readcd.c
+++ b/plugins/cdrtools/burn-readcd.c
@@ -174,7 +174,7 @@ brasero_readcd_argv_set_iso_boundary (BraseroReadcd *readcd,
end));
}
/* 0 means all disc, -1 problem */
- else if (brasero_track_disc_get_drive (BRASERO_TRACK_DISC (track)) > 0) {
+ else if (brasero_track_disc_get_track_num (BRASERO_TRACK_DISC (track)) > 0) {
goffset start;
BraseroDrive *drive;
BraseroMedium *medium;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]