22 lines
502 B
Plaintext
22 lines
502 B
Plaintext
$NetBSD: patch-an,v 1.2 2011/11/25 22:08:30 joerg Exp $
|
|
|
|
--- src/celengine/overlay.cpp.orig 2005-07-19 20:30:54.000000000 +0000
|
|
+++ src/celengine/overlay.cpp
|
|
@@ -9,6 +9,7 @@
|
|
|
|
#include <cstdarg>
|
|
#include <cstdio>
|
|
+#include <cstring>
|
|
#include <celutil/utf8.h>
|
|
#include "gl.h"
|
|
#include "vecgl.h"
|
|
@@ -173,7 +174,7 @@ void Overlay::print(char* s)
|
|
}
|
|
|
|
|
|
-void Overlay::printf(const char* format, ...)
|
|
+void Overlay::myprintf(const char* format, ...)
|
|
{
|
|
va_list args;
|
|
va_start(args, format);
|