diff src/console.c @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents 376386a54a3c
children 859a2309aef8
line wrap: on
line diff
--- a/src/console.c	Mon Aug 13 08:48:43 2007 +0200
+++ b/src/console.c	Mon Aug 13 08:49:20 2007 +0200
@@ -131,7 +131,7 @@
 
   if (print_readably)
     error ("printing unreadable object #<console %s 0x%x>",
-	   string_data (XSTRING (con->name)), con->header.uid);
+	   XSTRING_DATA (con->name), con->header.uid);
 
   sprintf (buf, "#<%s-console", !CONSOLE_LIVE_P (con) ? "dead" :
 	   CONSOLE_TYPE_NAME (con));