aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/formula.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/formula.c')
-rw-r--r--FICS/formula.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/formula.c b/FICS/formula.c
index dbdd798..a8487a0 100644
--- a/FICS/formula.c
+++ b/FICS/formula.c
@@ -554,7 +554,7 @@ int SetValidFormula (int p, int clause, char *string)
if (string != NULL) {
string = eatwhite(string);
- *Cur = (*string != '\0' ? strdup (string) : NULL);
+ *Cur = (*string != '\0' ? xstrdup (string) : NULL);
}
else *Cur = NULL;