DbInitDone = TRUE;
}
DtActionInvoke(UxTopLevel, "ReloadActions",
- NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
+ NULL, 0, NULL, NULL, NULL, 0, NULL, NULL);
_DtTurnOffHourGlass(CreateActionAppShell);
do
{
ptr = strchr (workspaces, '*');
- if (ptr != NULL) *ptr = NULL;
+ if (ptr != NULL) *ptr = '\0';
workspace_atoms = (Atom *) XtRealloc (
(char *)workspace_atoms,
/*** now get the information we want from the database ***/
/*** make sure values are at least somewhat reasonable ***/
- xrm_name[1] = NULL;
+ xrm_name[1] = '\0';
/*******************************/
/* get x position */