Changed tilde_expand to tildexpand.
This commit is contained in:
parent
9033228825
commit
6bfedffdc9
|
|
@ -151,7 +151,7 @@ OUTPparam(int param, IFvalue *value, void *inCard)
|
||||||
card->OUTPstatsGiven = TRUE;
|
card->OUTPstatsGiven = TRUE;
|
||||||
break;
|
break;
|
||||||
case OUTP_ROOTFILE:
|
case OUTP_ROOTFILE:
|
||||||
card->OUTProotFile = tilde_expand(value->sValue);
|
card->OUTProotFile = tildexpand(value->sValue); /*xxx*/
|
||||||
card->OUTProotFileGiven = TRUE;
|
card->OUTProotFileGiven = TRUE;
|
||||||
break;
|
break;
|
||||||
case OUTP_RAWFILE:
|
case OUTP_RAWFILE:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue