aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@eff87b29-5268-4891-90a3-a07138403961>2009-10-09 19:06:42 +0000
committerknarf <knarf@eff87b29-5268-4891-90a3-a07138403961>2009-10-09 19:06:42 +0000
commita02539deb00def3d4a7bf3224b78e6569521c069 (patch)
tree5c431c086b1b389113a05714fa7fbf5403dd6ce7
parente4b784e9dcd19919ce12c16d70d0f22f0bb479ce (diff)
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
-rw-r--r--src/Write.c2
1 files changed, 1 insertions, 1 deletions
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;