[brasero/wip/hadess/fixes: 14/15] libbrasero-burn: Fix BRASERO_PLUGIN_ADD_STANDARD_BD_R_FLAGS
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero/wip/hadess/fixes: 14/15] libbrasero-burn: Fix BRASERO_PLUGIN_ADD_STANDARD_BD_R_FLAGS
- Date: Thu, 16 Sep 2021 13:39:46 +0000 (UTC)
commit 42d01a125eae57097fe08bcc7c5bb186787dca9b
Author: Bastien Nocera <hadess hadess net>
Date: Thu Sep 9 23:45:03 2021 +0200
libbrasero-burn: Fix BRASERO_PLUGIN_ADD_STANDARD_BD_R_FLAGS
The macro was never used and was missing an opening parenthesis.
libbrasero-burn/brasero-plugin-registration.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libbrasero-burn/brasero-plugin-registration.h b/libbrasero-burn/brasero-plugin-registration.h
index 2d3719d8..a92fe1e9 100644
--- a/libbrasero-burn/brasero-plugin-registration.h
+++ b/libbrasero-burn/brasero-plugin-registration.h
@@ -494,7 +494,7 @@ brasero_plugin_register (BraseroPlugin *plugin) \
BRASERO_MEDIUM_BDR_SRM_POW| \
BRASERO_MEDIUM_DUAL_L| \
BRASERO_MEDIUM_BLANK, \
- BRASERO_BURN_FLAG_MULTI| \
+ (BRASERO_BURN_FLAG_MULTI| \
BRASERO_BURN_FLAG_DUMMY| \
BRASERO_BURN_FLAG_NOGRACE) & \
(~(unsupported_MACRO)), \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]