aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@eff87b29-5268-4891-90a3-a07138403961>2009-12-05 03:11:55 +0000
committerschnetter <schnetter@eff87b29-5268-4891-90a3-a07138403961>2009-12-05 03:11:55 +0000
commite90d88755866dbabe0591bae096d27ebc9ed4858 (patch)
treec422fe0db855d20fff8c38a0e623174a2b17e56c
parent3a201b465aa56ca50610b38958e788b5c9140f68 (diff)
IOJpeg: Adapt to the new parsing API in IOUtil
git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@132 eff87b29-5268-4891-90a3-a07138403961
-rw-r--r--src/Output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Output.c b/src/Output.c
index 312e4ca..ea72af8 100644
--- a/src/Output.c
+++ b/src/Output.c
@@ -377,7 +377,7 @@ static void SetOutputFlag (int vindex, const char *optstring, void *arg)
IOUtil_ParseOutputFrequency (CCTK_THORNSTRING, "IOJpeg::out_vars",
myGH->stop_on_parse_errors,
vindex, optstring,
- &myGH->out_every[vindex]);
+ &myGH->out_every[vindex], NULL);
}
}
}