[Xfce4-commits] [apps/xfburn] 04/04: Protect brittle C compilers
noreply at xfce.org
noreply at xfce.org
Tue Mar 25 14:18:19 CET 2014
This is an automated email from the git hooks/post-receive script.
squisher pushed a commit to branch master
in repository apps/xfburn.
commit 31e77f9854b216041cee1b166ef2037a1e8fe388
Author: David Mohr <david at mcbf.net>
Date: Mon Mar 24 23:38:20 2014 -0600
Protect brittle C compilers
---
xfburn/xfburn-perform-burn.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xfburn/xfburn-perform-burn.c b/xfburn/xfburn-perform-burn.c
index c803c11..6a01765 100644
--- a/xfburn/xfburn-perform-burn.c
+++ b/xfburn/xfburn-perform-burn.c
@@ -50,15 +50,15 @@ xfburn_auto_format(GtkWidget *dialog_progress, struct burn_drive *drive)
int format_flag = 64 | (3 << 1); /* Fast formatting with default size */
/* Test mock-up for non-BD burners with DVD+RW
-#define XFBURN_DVD_PLUS_RW_FOR_BD_RE 1
+ #de fine XFBURN_DVD_PLUS_RW_FOR_BD_RE 1
*/
/* Test mock-up for already formatted DVD-RAM and BD-RE
-#define XFBURN_PRETEND_UNFORMATTED 1
+ #de fine XFBURN_PRETEND_UNFORMATTED 1
*/
/* Test mock-up for protecting your only unformatted BD-RE from formatting.
Will keep burning from happening and make xfburn stall, so that it has to
be killed externally.
-#define XFBURN_KEEP_UNFORMATTED 1
+ #de fine XFBURN_KEEP_UNFORMATTED 1
*/
ret = burn_disc_get_profile (drive, &profile, profile_name);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list