Kill lots of warnings in DtSvc.
This commit is contained in:
committed by
Jon Trulson
parent
0d7568e843
commit
8f98ac92cd
@@ -189,7 +189,7 @@ _DtDbPathIdToString(
|
||||
char * path;
|
||||
char * newPath;
|
||||
|
||||
if (path = XrmQuarkToString((XrmQuark)pathId))
|
||||
if ((path = XrmQuarkToString((XrmQuark)pathId)))
|
||||
{
|
||||
/* Allocate some storage for the string */
|
||||
newPath = (char *) XtNewString(path);
|
||||
|
||||
Reference in New Issue
Block a user