summaryrefslogtreecommitdiff
path: root/src/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/numeric.c')
-rw-r--r--src/numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numeric.c b/src/numeric.c
index 4da0786..21c574e 100644
--- a/src/numeric.c
+++ b/src/numeric.c
@@ -108,7 +108,7 @@ change_reply(const char *locale, int linecnt, int reply, char *new_reply)
}
MyFree(replies[reply].translated);
- DupString(replies[reply].translated, new_reply);
+ replies[reply].translated = xstrdup(new_reply);
return(1);
}