SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
mail/mu/patches/patch-lib_utils_mu-utils-format_hh
Normal file
12
mail/mu/patches/patch-lib_utils_mu-utils-format_hh
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: lib/utils/mu-utils-format.hh
|
||||
--- lib/utils/mu-utils-format.hh.orig
|
||||
+++ lib/utils/mu-utils-format.hh
|
||||
@@ -52,7 +52,7 @@ std::string format(const char* frm, ...) __attribute__
|
||||
*
|
||||
* @return a formatted string
|
||||
*/
|
||||
-std::string vformat(const char* frm, va_list args) __attribute__((format(printf, 1, 0)));
|
||||
+std::string vformat(const char* frm, __va_list args) __attribute__((format(printf, 1, 0)));
|
||||
|
||||
|
||||
} // namepace Mu
|
Loading…
Add table
Add a link
Reference in a new issue