diff --git a/src/gdd/dbMapper.h b/src/gdd/dbMapper.h index 3334c2282..c4a1e4ac3 100644 --- a/src/gdd/dbMapper.h +++ b/src/gdd/dbMapper.h @@ -8,6 +8,9 @@ * $Id$ * * $Log$ + * Revision 1.5 1999/04/30 15:24:53 jhill + * fixed improper container index bug + * * Revision 1.4 1997/08/05 00:51:10 jhill * fixed problems in aitString and the conversion matrix * @@ -58,7 +61,7 @@ typedef struct gddDbrMapFuncTable gddDbrMapFuncTable; struct gddDbrToAitTable { aitEnum type; aitUint16 app; - char* app_name; + const char* app_name; }; typedef struct gddDbrToAitTable gddDbrToAitTable; diff --git a/src/gdd/gddErrorCodes.cc b/src/gdd/gddErrorCodes.cc index b4ff16549..333bd144d 100644 --- a/src/gdd/gddErrorCodes.cc +++ b/src/gdd/gddErrorCodes.cc @@ -4,10 +4,13 @@ // // $Id$ // $Log$ +// Revision 1.1 1997/03/21 01:56:07 jbk +// *** empty log message *** +// // -------------------------- Error messages ------------------------- -char* gddErrorMessages[]= +const char* gddErrorMessages[]= { "Invalid", "TypeMismatch",