Kill lots of warnings in DtSvc.
This commit is contained in:
committed by
Jon Trulson
parent
0d7568e843
commit
8f98ac92cd
@@ -742,7 +742,7 @@ _DtDbGetDataBaseEnv( void )
|
||||
* Get the DTDATABASESEARCHPATH environment variable. If it is not set,
|
||||
* create the default value.
|
||||
*/
|
||||
if ( temp_s = getenv ("DTDATABASESEARCHPATH"))
|
||||
if (( temp_s = getenv ("DTDATABASESEARCHPATH")))
|
||||
if ( *temp_s != 0 ) return XtNewString(temp_s);
|
||||
|
||||
temp_buf =
|
||||
|
||||
Reference in New Issue
Block a user