From e90d88755866dbabe0591bae096d27ebc9ed4858 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 5 Dec 2009 03:11:55 +0000 Subject: 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 --- src/Output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } } -- cgit v1.2.3