summaryrefslogtreecommitdiff
path: root/emulators/aranym/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/aranym/patches/patch-aa')
-rw-r--r--emulators/aranym/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/aranym/patches/patch-aa b/emulators/aranym/patches/patch-aa
new file mode 100644
index 00000000000..4c62f0fcd4b
--- /dev/null
+++ b/emulators/aranym/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/07/06 07:28:38 xtraeme Exp $
+
+--- ../gui-sdl/dlgAlert.cpp.orig 2004-07-06 09:17:50.000000000 +0200
++++ ../gui-sdl/dlgAlert.cpp 2004-07-06 09:18:37.000000000 +0200
+@@ -91,7 +91,7 @@
+ */
+ int Dialog_AlertDlg(const char *text)
+ {
+- char *t = strdupa(text);
++ char *t = strdup(text);
+ static int maxlen = sizeof(dlglines[0])-1;
+ int lines = FormatTextToBox(t, maxlen);
+ for(int i=0; i<MAX_LINES; i++) {