aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-03-19 10:30:23 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-03-19 10:30:23 +0000
commitbecd7a90745b2086f4a9fe91854c947c1be83649 (patch)
tree20075099760f59d990608e2ed13e46b39c24bb6f
parentf605e095033cd0fe7bec60a760d68ff11bb736d9 (diff)
Changed MIME type for advertised files from "data/streamed-hdf5" to
"data/x-streamed-hdf5" since it is not (yet :-)) an official one. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@66 0888f3d4-9f52-45d2-93bc-d00801ff5e46
-rw-r--r--src/Startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 0e612d1..4807463 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -258,7 +258,7 @@ static void *IOStreamedHDF5_SetupGH (tFleshConfig *config,
advertised_file.thorn = CCTK_THORNSTRING;
advertised_file.varname = "All variables";
advertised_file.description = "Streamed HDF5 data";
- advertised_file.mimetype = "data/streamed-hdf5";
+ advertised_file.mimetype = "data/x-streamed-hdf5";
IOUtil_AdvertiseFile (GH, myGH->advertised_filename,&advertised_file);
}