|
@@ -57,7 +57,7 @@ main(int argc, const char **argv)
|
|
|
fprintf(stderr, "Thread did not return value");
|
|
fprintf(stderr, "Thread did not return value");
|
|
|
exit(1);
|
|
exit(1);
|
|
|
}
|
|
}
|
|
|
- printf("Got Result: %ld divs: %ld\n", ret->num, ret->div);
|
|
|
|
|
|
|
+ /* printf("Got Result: %ld divs: %ld\n", ret->num, ret->div); */
|
|
|
if ( ret->div > 500 ) {
|
|
if ( ret->div > 500 ) {
|
|
|
if ( ret->num < res ) {
|
|
if ( ret->num < res ) {
|
|
|
res = ret->num;
|
|
res = ret->num;
|