libDtSearch: Enable compiling with const support, remove ability to build without const support.
This commit is contained in:
@@ -53,7 +53,7 @@ static char VISTATAF[] = "vista.taf";
|
||||
/* Set database transaction activity file name/path
|
||||
*/
|
||||
d_dbtaf(taf TASK_PARM)
|
||||
CONST char *taf;
|
||||
const char *taf;
|
||||
TASK_DECL
|
||||
{
|
||||
char dbtaf[FILENMLEN];
|
||||
|
||||
Reference in New Issue
Block a user