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) ...@@ -405,12 +405,13 @@ static void nxagentWriteAtom(Atom local, XlibAtom remote, const char *string)
#ifdef WARNING #ifdef WARNING
if (s == NULL) if (s == NULL)
{ {
fprintf(stderr, "nxagentWriteAtom: Malloc failed.\n"); fprintf(stderr, "%s: Malloc failed.\n", __func__);
} }
#endif #endif
if (privLastAtom == privAtomMapSize) if (privLastAtom == privAtomMapSize)
{ {
/* will issue a fatal error, therefore no further check here */
nxagentExpandCache(); 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