From 78aecae8b5834cbc784e98a024b9f7605ad9f6ba Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Tue, 20 Apr 1999 11:10:07 -0500 Subject: [svn-r1199] Corrected a problem with file mappings. --- pablo/PabloHDF_RT.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pablo/PabloHDF_RT.c b/pablo/PabloHDF_RT.c index 1fa5793..1ccdad5 100644 --- a/pablo/PabloHDF_RT.c +++ b/pablo/PabloHDF_RT.c @@ -280,7 +280,7 @@ void HDFendTrace_RT( int OUTSW ) int j, numSetIDs; HDFnode_t *P; char **Names; - char* mapFile; +/* char* mapFile;*/ HDFfinalTimeStamp(); /*==============================================================* @@ -289,14 +289,15 @@ void HDFendTrace_RT( int OUTSW ) HDFassignPabloIDs( &numSetIDs, &Names ); /*==============================================================* // Create a file name for the File map file. * + // Disable for now. * //==============================================================*/ - mapFile = (char *)malloc( strlen(FileName) + 4 ); +/* mapFile = (char *)malloc( strlen(FileName) + 4 ); strcpy(mapFile,FileName); - strcat(mapFile,".map"); + strcat(mapFile,".map"); */ /*==============================================================* // print the file mappings. * //==============================================================*/ - printFileMappingsRT( mapFile, Names, numSetIDs ); +/* printFileMappingsRT( mapFile, Names, numSetIDs ); */ /*==============================================================* // Print SDDF summary records * //==============================================================*/ -- cgit v0.12