Mercurial > hg > xemacs-beta
diff src/unexaix.c @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | 183866b06e0b |
children | 943eaba38521 |
line wrap: on
line diff
--- a/src/unexaix.c Wed Aug 08 12:15:04 2001 +0000 +++ b/src/unexaix.c Mon Aug 13 04:46:48 2001 +0000 @@ -492,7 +492,7 @@ else lseek (a_out, orig_load_scnptr, SEEK_SET); /* Position a.out to symtab. */ - while ((n = read (a_out, page, sizeof page)) > 0) + while ((n = read (a_out, page, sizeof (page))) > 0) { if (write (new, page, n) != n) {