tuning
This commit is contained in:
@@ -30,7 +30,8 @@ for (count=0; count<iters; count++) {
|
||||
foo = getline_to(sfd, ligne, 100, 0);
|
||||
//
|
||||
if (verbosity > 1) {
|
||||
fprintf(stderr, "getline #%d -> %d\n", count, foo);
|
||||
fprintf(stderr, "getline #%d on %d -> %d\n",
|
||||
count, iters, foo);
|
||||
fprintf(stderr, "%s\n", ligne);
|
||||
}
|
||||
foo = parse4values(ligne, 'T', datas);
|
||||
|
||||
Reference in New Issue
Block a user