From 6bfedffdc9918683427408aaf4e2fe1a0a84a44c Mon Sep 17 00:00:00 2001 From: pnenzi Date: Tue, 27 Jan 2004 23:58:08 +0000 Subject: [PATCH] Changed tilde_expand to tildexpand. --- src/ciderlib/input/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ciderlib/input/output.c b/src/ciderlib/input/output.c index f51b8f499..0b2e10c30 100644 --- a/src/ciderlib/input/output.c +++ b/src/ciderlib/input/output.c @@ -151,7 +151,7 @@ OUTPparam(int param, IFvalue *value, void *inCard) card->OUTPstatsGiven = TRUE; break; case OUTP_ROOTFILE: - card->OUTProotFile = tilde_expand(value->sValue); + card->OUTProotFile = tildexpand(value->sValue); /*xxx*/ card->OUTProotFileGiven = TRUE; break; case OUTP_RAWFILE: