Mercurial > hg > xemacs-beta
diff src/unexec.c @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 57709be46d1b |
line wrap: on
line diff
--- a/src/unexec.c Mon Aug 13 08:45:53 2007 +0200 +++ b/src/unexec.c Mon Aug 13 08:46:35 2007 +0200 @@ -1101,7 +1101,7 @@ ) { /* Write only a page of zeros at once, - so that we we don't overshoot the start + so that we don't overshoot the start of the valid memory in the old data segment. */ if (nwrite > pagesize) nwrite = pagesize;