Subversion Repositories svn1-original

Rev

Rev 174 | Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 174 Rev 180
Line 2536... Line 2536...
2536
                ptr->flags.bad_times = TRUE;
2536
                ptr->flags.bad_times = TRUE;
2537
                
2537
                
2538
                if ( ! report_all )
2538
                if ( ! report_all )
2539
                {
2539
                {
2540
                    if( !bad )
2540
                    if( !bad )
2541
                        printf( "Team with incorrect time information\n" );
2541
                        printf( "Team with incorrect time information" );
2542
                    if( ++j > 15 )
2542
                    if( ++j > 15 )
2543
                    {
2543
                    {
2544
                        printf( "\n" );
2544
                        //printf( "\n" );
2545
                        j = 0;
2545
                        j = 0;
2546
                    }
2546
                    }
2547
                    printf( "%4d ", ptr->team );
2547
                    //printf( "%4d ", ptr->team );
2548
                    bad++;
2548
                    bad++;
2549
                }
2549
                }
2550
            }
2550
            }
2551
        }
2551
        }
2552
    }
2552
    }
2553
 
2553
 
2554
    if( bad )
2554
    if( bad )
2555
    {
2555
    {
2556
        printf( "\n%d teams with incorrect times.\nThese have been flagged as unplaced - continue report\n", bad );
2556
        printf( "\n%d teams with incorrect times.\nThese have been flagged as unplaced\n", bad );
2557
        return ( FALSE );
2557
        return ( FALSE );
2558
//        return ( !getyes
2558
//        return ( !getyes
2559
//                 ( "These have been flagged as unplaced - continue report" ) );
2559
//                 ( "These have been flagged as unplaced - continue report" ) );
2560
    }
2560
    }
2561
    return ( FALSE );
2561
    return ( FALSE );