$NetBSD$

--- interface_elements.c.orig	2009-07-07 13:23:11.000000000 +0200
+++ interface_elements.c
@@ -2526,7 +2526,7 @@ static void info_win_draw_title (const s
 		}
 		else {
 		wattrset (w->win, get_color(CLR_TITLE));
-		xmvwaddnstr (w->win, 1, 4, w->title, COLS - 5);
+		xmvwaddnstr (w->win, 1, 4, w->title ? w->title : "", COLS - 5);
 		}
 	}
 
