aboutsummaryrefslogtreecommitdiff
path: root/src/Write.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Write.c')
-rw-r--r--src/Write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Write.c b/src/Write.c
index f42dbfb..c2c9531 100644
--- a/src/Write.c
+++ b/src/Write.c
@@ -45,7 +45,7 @@ void IOBasic_Write (cGH *GH, int index, const char *alias)
} else
openmode = "a";
- sprintf (fname, "%s/%s.tl", myGH->outpfx_Scalar, alias);
+ sprintf (fname, "%s/%s.tl", myGH->outdirScalar, alias);
file = fopen(fname,openmode);
if (*openmode == 'w') {