Mercurial > hg > xemacs-beta
diff lwlib/lwlib-Xaw.c @ 3374:174eb4da74fb
[xemacs-hg @ 2006-05-02 15:30:31 by james]
Quiet some warnings when building lwlib. See xemacs-patches message with
ID <m3d5f6yibr.fsf@jerrypc.cs.usu.edu>.
author | james |
---|---|
date | Tue, 02 May 2006 15:30:32 +0000 |
parents | ad2f4ae9895b |
children | 7bc12bb1a2cf |
line wrap: on
line diff
--- a/lwlib/lwlib-Xaw.c Mon May 01 21:50:54 2006 +0000 +++ b/lwlib/lwlib-Xaw.c Tue May 02 15:30:32 2006 +0000 @@ -847,8 +847,8 @@ if (!strcmp (rl[i].resource_class, "International")) { fprintf (stderr, " Class has an International resource.\n"); - fprintf (stderr, " International resource is %d.\n", - (int) rl[i].default_addr); + fprintf (stderr, " International resource is %p.\n", + rl[i].default_addr); } } class_ = class_->core_class.superclass;