mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtpad: kill one warning
This commit is contained in:
parent
e077181a46
commit
86cb67de90
1 changed files with 1 additions and 1 deletions
|
@ -1107,7 +1107,7 @@ SetWorkSpaceHints(
|
||||||
{
|
{
|
||||||
ptr = MbStrchr (workspaces, ' ');
|
ptr = MbStrchr (workspaces, ' ');
|
||||||
|
|
||||||
if (ptr != NULL) *ptr = NULL;
|
if (ptr != NULL) *ptr = 0;
|
||||||
|
|
||||||
workspace_atoms = (Atom *) XtRealloc ((char *)workspace_atoms,
|
workspace_atoms = (Atom *) XtRealloc ((char *)workspace_atoms,
|
||||||
sizeof (Atom) * (num_workspaces + 1));
|
sizeof (Atom) * (num_workspaces + 1));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue