# HG changeset patch # User masa # Date 1394647723 -32400 # Node ID 8403130d65ad92fe7c14d12a6e75dccf48c26c27 # Parent aa5fabf2d4b21ec048d0655775425c7ab8b711b2 fix and correct result diff -r aa5fabf2d4b2 -r 8403130d65ad example/word_count/main.cc --- a/example/word_count/main.cc Thu Mar 13 03:01:33 2014 +0900 +++ b/example/word_count/main.cc Thu Mar 13 03:08:43 2014 +0900 @@ -312,7 +312,7 @@ w->self = w; w->task_spawned = 0; - w->size = w->file_size; + w->size = w->file_size = w->read_filesize; printf("w %lx\n",(long)w); /* 1task分のデータサイズ(byte) */