summaryrefslogtreecommitdiff
path: root/src/Error.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-03-20 05:07:21 -0400
committerThomas E. Dickey <dickey@his.com>2019-04-16 19:39:55 +0000
commite53726577e18f37186d7996dc85dc82de9532d22 (patch)
treee9950cf4c7068bc82c556ccfe280f959add600b1 /src/Error.c
parent13ed4421006c3bc7743233a401ce80f849dd889b (diff)
downloadxorg-lib-libXt-e53726577e18f37186d7996dc85dc82de9532d22.tar.gz
Allow all of the "argv" strings to be writable, since those arrays may
be updated during initialization. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/Error.c')
-rw-r--r--src/Error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Error.c b/src/Error.c
index b484bbf..38d4e15 100644
--- a/src/Error.c
+++ b/src/Error.c
@@ -154,7 +154,7 @@ void XtAppGetErrorDatabaseText(
XrmDatabase db)
{
String str_class;
- String type_str;
+ _XtString type_str;
XrmValue result;
char *str_name = NULL;
char *temp = NULL;