Mercurial > hg > Game > Cerium
changeset 1957:5891ed42d21e draft
fix
author | masa |
---|---|
date | Fri, 07 Feb 2014 17:19:44 +0900 |
parents | 2573919e0d72 |
children | 59fc5bd0967f |
files | example/regex_mas/main.cc |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/example/regex_mas/main.cc Fri Feb 07 15:08:03 2014 +0900 +++ b/example/regex_mas/main.cc Fri Feb 07 17:19:44 2014 +0900 @@ -72,8 +72,6 @@ fprintf(stderr,"can't fstat %s\n",filename); } - printf("file size %d\n",(int)sb.st_size); - w->file_mmap = (char*)mmap(NULL,w->read_filesize,PROT_READ,map,fd,(off_t)0); if (st_mmap.file_mmap == (caddr_t)-1) { fprintf(stderr,"Can't mmap file\n");