Mercurial > hg > xemacs-beta
diff src/device.c @ 14:9ee227acff29 r19-15b90
Import from CVS: tag r19-15b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:42 +0200 |
parents | 376386a54a3c |
children | 859a2309aef8 |
line wrap: on
line diff
--- a/src/device.c Mon Aug 13 08:48:18 2007 +0200 +++ b/src/device.c Mon Aug 13 08:48:42 2007 +0200 @@ -111,7 +111,7 @@ if (print_readably) error ("printing unreadable object #<device %s 0x%x>", - string_data (XSTRING (d->name)), d->header.uid); + XSTRING_DATA (d->name), d->header.uid); sprintf (buf, "#<%s-device", !DEVICE_LIVE_P (d) ? "dead" : DEVICE_TYPE_NAME (d));