dtpad: kill one warning
This commit is contained in:
parent
e077181a46
commit
86cb67de90
|
|
@ -1107,7 +1107,7 @@ SetWorkSpaceHints(
|
|||
{
|
||||
ptr = MbStrchr (workspaces, ' ');
|
||||
|
||||
if (ptr != NULL) *ptr = NULL;
|
||||
if (ptr != NULL) *ptr = 0;
|
||||
|
||||
workspace_atoms = (Atom *) XtRealloc ((char *)workspace_atoms,
|
||||
sizeof (Atom) * (num_workspaces + 1));
|
||||
|
|
|
|||
Loading…
Reference in New Issue