Mercurial > hg > xemacs-beta
diff src/mule-mcpath.c @ 282:c42ec1d1cded r21-0b39
Import from CVS: tag r21-0b39
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:33:18 +0200 |
parents | 131b0175ea99 |
children | e11d67e05968 |
line wrap: on
line diff
--- a/src/mule-mcpath.c Mon Aug 13 10:32:23 2007 +0200 +++ b/src/mule-mcpath.c Mon Aug 13 10:33:18 2007 +0200 @@ -195,7 +195,7 @@ { if (path != buffer) /* It is not good to modify original path. */ { - bcopy (path, buffer, len - 1); /* no need to copy last /. */ + memcpy (path, buffer, len - 1); /* no need to copy last /. */ path = buffer; } path[len - 1] = 0;