From 3a201b465aa56ca50610b38958e788b5c9140f68 Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 20 Oct 2009 19:22:08 +0000 Subject: 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 --- src/Output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); } } } -- cgit v1.2.3