12 lines
426 B
Text
12 lines
426 B
Text
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
|