aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@eff87b29-5268-4891-90a3-a07138403961>2009-10-20 19:22:08 +0000
committerknarf <knarf@eff87b29-5268-4891-90a3-a07138403961>2009-10-20 19:22:08 +0000
commit3a201b465aa56ca50610b38958e788b5c9140f68 (patch)
tree65b58b6764b0dd043a713fce188327c7db769b0d
parentd5ec2d9d47162065b3cca9dda8a7b8a08f453d1f (diff)
Remove last argument to IOUtil call which somehow slipped into this from the future. Now someone tell me time travel to the past is not possible...
git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@131 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 ea72af8..312e4ca 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], NULL);
+ &myGH->out_every[vindex]);
}
}
}