From a02539deb00def3d4a7bf3224b78e6569521c069 Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 9 Oct 2009 19:06:42 +0000 Subject: This patch lets IOJpeg announce every time a new jpeg is available (not just the first time). This is neccesary for thorns like Flickr, but needs the previously sent patch for HTTPDExtra to not break the web server. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@129 eff87b29-5268-4891-90a3-a07138403961 --- src/Write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Write.c b/src/Write.c index fb33d5a..3fa5c7d 100644 --- a/src/Write.c +++ b/src/Write.c @@ -388,7 +388,7 @@ static void WriteData (const cGH *GH, int vindex, const char *alias, int dim, "Cannot rename temporary output file '%s' into '%s'", tmpfilename, filename); } - else if (myGH->out_last[vindex] < 0) + else { fullname = CCTK_FullName (vindex); advertised_file.slice = slicename; -- cgit v1.2.3