aboutsummaryrefslogtreecommitdiffstats
path: root/src/tparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tparam.c')
-rw-r--r--src/tparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tparam.c b/src/tparam.c
index 4d26ef524fb..9492d9dee36 100644
--- a/src/tparam.c
+++ b/src/tparam.c
@@ -98,7 +98,7 @@ tparam1 (const char *string, char *outstring, int len,
98 if (outlen == 0) 98 if (outlen == 0)
99 { 99 {
100 outlen = len + 40; 100 outlen = len + 40;
101 new = (char *) xmalloc (outlen); 101 new = xmalloc (outlen);
102 memcpy (new, outstring, offset); 102 memcpy (new, outstring, offset);
103 } 103 }
104 else 104 else