[brasero/gnome-2-30] Fix #623545 - "Increase compatibility with Windows" only cuts the length of ONE single filename to



commit a0855b9e9ab683ff38662cd7ecb5a7dcbcf88c02
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Mon Jul 5 21:14:02 2010 +0200

    Fix #623545  - "Increase compatibility with Windows" only cuts the length of ONE single filename to 64 characters

 libbrasero-burn/brasero-track-data.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-track-data.c b/libbrasero-burn/brasero-track-data.c
index 358856b..3c6a0b7 100644
--- a/libbrasero-burn/brasero-track-data.c
+++ b/libbrasero-burn/brasero-track-data.c
@@ -479,7 +479,7 @@ brasero_track_data_get_grafts (BraseroTrackData *track)
 		BraseroGraftPt *graft;
 		gchar newpath [MAXPATHLEN];
 
-		graft = grafts->data;
+		graft = iter->data;
 		mangle = brasero_track_data_mangle_joliet_name (mangle,
 								graft->path,
 								newpath);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]