about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTAnchor.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTAnchor.c')
-rw-r--r--WWW/Library/Implementation/HTAnchor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTAnchor.c b/WWW/Library/Implementation/HTAnchor.c
index be8b59dd..a489c4c0 100644
--- a/WWW/Library/Implementation/HTAnchor.c
+++ b/WWW/Library/Implementation/HTAnchor.c
@@ -215,7 +215,7 @@ PUBLIC HTChildAnchor * HTAnchor_findChild ARGS2(
     child = HTChildAnchor_new();
     CTRACE((tfp, "HTAnchor: New Anchor %p named `%s' is child of %p\n",
 		(void *)child,
-		tag ? tag : (CONST char *)"",
+		NonNull(tag),
 		(void *)parent)); /* int for apollo */
     HTList_addObject (parent->children, child);
     child->parent = parent;