diff src/unexconvex.c @ 282:c42ec1d1cded r21-0b39

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents 376386a54a3c
children
line wrap: on
line diff
--- a/src/unexconvex.c	Mon Aug 13 10:32:23 2007 +0200
+++ b/src/unexconvex.c	Mon Aug 13 10:33:18 2007 +0200
@@ -492,7 +492,7 @@
     if( lseek( new, (long) sptr->s_scnptr, 0 ) == -1 )
 	PERROR( "unexecing" );
 
-    bzero (zeros, sizeof zeros);
+    memset (zeros, 0, sizeof zeros);
 
     ptr = (char *) sptr->s_vaddr;
     end = ptr + sptr->s_size;