Changed tilde_expand to tildexpand.

This commit is contained in:
pnenzi 2004-01-27 23:58:08 +00:00
parent 9033228825
commit 6bfedffdc9
1 changed files with 1 additions and 1 deletions

View File

@ -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: