From ac553b8bb97532e9acae0dcbfc5ac801d8cefcc1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 16 May 1994 20:47:35 +0000 Subject: entered into RCS --- lwlib/lwlib-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lwlib') diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index c966e9645e5..9e535c1996d 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c @@ -63,7 +63,7 @@ XtApplyToWidgets (w, proc, arg) int nkids = cw->composite.num_children; Widget *kids = (Widget *) malloc (sizeof (Widget) * nkids); int i; - bcopy (cw->composite.children, kids, sizeof (Widget) * nkids); + lwlib_bcopy (cw->composite.children, kids, sizeof (Widget) * nkids); for (i = 0; i < nkids; i++) /* This prevent us from using gadgets, why is it here? */ /* if (XtIsWidget (kids [i])) */ -- cgit v1.2.1