Commit e991dbae authored by Ulrich Sibiller's avatar Ulrich Sibiller

Atoms.c: cosmetics in nxagentWriteAtom()

parent 1529b321
......@@ -405,12 +405,13 @@ static void nxagentWriteAtom(Atom local, XlibAtom remote, const char *string)
#ifdef WARNING
if (s == NULL)
{
fprintf(stderr, "nxagentWriteAtom: Malloc failed.\n");
fprintf(stderr, "%s: Malloc failed.\n", __func__);
}
#endif
if (privLastAtom == privAtomMapSize)
{
/* will issue a fatal error, therefore no further check here */
nxagentExpandCache();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment