[brasero] Fix a build problem introduced by former change



commit b467b7b506426f6ef7cbd4759fee23067087a103
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sat Oct 10 15:52:09 2009 +0200

    Fix a build problem introduced by former change

 libbrasero-burn/brasero-caps-burn.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-caps-burn.c b/libbrasero-burn/brasero-caps-burn.c
index 00323d2..b09ebf9 100644
--- a/libbrasero-burn/brasero-caps-burn.c
+++ b/libbrasero-burn/brasero-caps-burn.c
@@ -638,7 +638,7 @@ brasero_burn_caps_new_task (BraseroBurnCaps *self,
 		 * Otherwise it uses the final output type */
 		if (iter->next)
 			memcpy (&plugin_output,
-				&next_link->caps->type,
+				&((BraseroCapsLink *) (iter->next->data))->caps->type,
 				sizeof (BraseroTrackType));
 		else
 			memcpy (&plugin_output,



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