entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Mon, 16 May 1994 20:47:35 +0000 (20:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 16 May 1994 20:47:35 +0000 (20:47 +0000)
lwlib/lwlib-utils.c

index c966e96..9e535c1 100644 (file)
@@ -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])) */