[brasero/gnome-2-28] Initialize two variables even if that should not be necessary
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero/gnome-2-28] Initialize two variables even if that should not be necessary
- Date: Sat, 3 Oct 2009 12:01:27 +0000 (UTC)
commit 8e132c3a0b9a93f59c77cadd432a51094654f9e8
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Tue Sep 29 22:02:14 2009 +0200
Initialize two variables even if that should not be necessary
libbrasero-burn/brasero-drive-properties.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libbrasero-burn/brasero-drive-properties.c b/libbrasero-burn/brasero-drive-properties.c
index 71944f2..c2d6a5b 100644
--- a/libbrasero-burn/brasero-drive-properties.c
+++ b/libbrasero-burn/brasero-drive-properties.c
@@ -647,9 +647,9 @@ brasero_drive_properties_set_drive (BraseroDriveProperties *self,
static void
brasero_drive_properties_update (BraseroDriveProperties *self)
{
+ BraseroBurnFlag compulsory = BRASERO_BURN_FLAG_NONE;
+ BraseroBurnFlag supported = BRASERO_BURN_FLAG_NONE;
BraseroDrivePropertiesPrivate *priv;
- BraseroBurnFlag compulsory;
- BraseroBurnFlag supported;
BraseroBurnFlag flags;
priv = BRASERO_DRIVE_PROPERTIES_PRIVATE (self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]