changeset 7514:bdf8b696b76a

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 May 1994 20:47:35 +0000
parents 4010eca772d4
children d31babe815e7
files lwlib/lwlib-utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lwlib-utils.c	Mon May 16 19:29:04 1994 +0000
+++ b/lwlib/lwlib-utils.c	Mon May 16 20:47:35 1994 +0000
@@ -63,7 +63,7 @@
       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])) */