From 5438b9c7e7369419e8f5a1571ec7c1f8d55ef6b1 Mon Sep 17 00:00:00 2001 From: YBronst Date: Fri, 27 Feb 2026 00:43:12 +0200 Subject: [PATCH] Fixed unopened bracket --- CloverPackage/package/po/clover.pot | 4 ++-- CloverPackage/package/po/es.po | 4 ++-- OpenCorePkg | 2 +- rEFIt_UEFI/cpp_foundation/XObjArray.h | 2 +- rEFIt_UEFI/cpp_foundation/XString.cpp | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CloverPackage/package/po/clover.pot b/CloverPackage/package/po/clover.pot index df5a770ff5..b52226097e 100644 --- a/CloverPackage/package/po/clover.pot +++ b/CloverPackage/package/po/clover.pot @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Clover r5167\n" -"POT-Creation-Date: 2026-01-16 19:54+0200\n" +"Project-Id-Version: Clover r5170\n" +"POT-Creation-Date: 2026-02-27 00:29+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/CloverPackage/package/po/es.po b/CloverPackage/package/po/es.po index f58a3da81a..2cb00daaaf 100644 --- a/CloverPackage/package/po/es.po +++ b/CloverPackage/package/po/es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Clover 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-07 20:08+0300\n" +"POT-Creation-Date: 2026-02-27 00:29+0200\n" "PO-Revision-Date: 2018-10-02 11:38+0200\n" "Last-Translator: vector sigma\n" "Language-Team: es \n" @@ -671,7 +671,7 @@ msgstr "Dispositivos de Interfaz Humana" #. type: "HID64UEFI_description" #: Resources/templates/Localizable.strings:121 #, no-wrap -msgid "Controladores PS2 / USB para ratones y teclados." +msgid "PS2/USB drivers for mouses and keyboards." msgstr "" #. type: "MemoryFix64UEFI_title" diff --git a/OpenCorePkg b/OpenCorePkg index 9e9c576943..6eb71cb914 160000 --- a/OpenCorePkg +++ b/OpenCorePkg @@ -1 +1 @@ -Subproject commit 9e9c576943e9b4753b995103ed13c8c810cd6857 +Subproject commit 6eb71cb914dddaed59d74c247db9194fa0a4cbbc diff --git a/rEFIt_UEFI/cpp_foundation/XObjArray.h b/rEFIt_UEFI/cpp_foundation/XObjArray.h index 71488bd71a..1510462c8f 100644 --- a/rEFIt_UEFI/cpp_foundation/XObjArray.h +++ b/rEFIt_UEFI/cpp_foundation/XObjArray.h @@ -14,7 +14,7 @@ #if 1 -#define XObjArray_DBG(...) printf__VA_ARGS__) +#define XObjArray_DBG(...) printf(__VA_ARGS__) #else #define XObjArray_DBG(...) #endif diff --git a/rEFIt_UEFI/cpp_foundation/XString.cpp b/rEFIt_UEFI/cpp_foundation/XString.cpp index 8de4eebd13..98676bdd81 100644 --- a/rEFIt_UEFI/cpp_foundation/XString.cpp +++ b/rEFIt_UEFI/cpp_foundation/XString.cpp @@ -8,7 +8,7 @@ #if 0 -#define DBG(...) printf__VA_ARGS__) +#define DBG(...) printf(__VA_ARGS__) #else #define DBG(...) #endif