From becd7a90745b2086f4a9fe91854c947c1be83649 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 19 Mar 2001 10:30:23 +0000 Subject: 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 --- src/Startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3