依据组新功能更改测试程序。

This commit is contained in:
狮子的魂 2013-12-28 18:15:49 +08:00
parent f8446b14b6
commit c47c9a2048

View File

@ -119,8 +119,9 @@ int main(int argc, char **argv) {
s_time = clock();
while ( ( friso_next( friso, config, task ) ) != NULL ) {
//printf("%s[%d]/ ", task->hits->word, task->hits->offset );
printf("%s/ ", task->hits->word );
//printf("%s[%d, %d] ", task->hits->word,
// task->hits->offset, task->hits->length );
printf("%s ", task->hits->word );
}
//}
e_time = clock();