Subversion Repositories svn1

Rev

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

Rev 152 Rev 170
Line 250... Line 250...
250
    out << endl;
250
    out << endl;
251
 
251
 
252
    /*
252
    /*
253
     * Put the data into the file
253
     * Put the data into the file
254
     */
254
     */
255
 
-
 
-
 
255
    team_type   team_buf;
256
    for(int i = config.min_team; i <= config.max_team; i++ )
256
    for(int i = config.min_team; i <= config.max_team; i++ )
257
    {
257
    {
258
        if( valid_field( i ) && g_record( i, &team_buf ) )
258
        if( valid_field( i ) && g_record( i, &team_buf ) )
259
        {
259
        {
260
            /*
260
            /*
Line 382... Line 382...
382
    QTextStream out(&file);
382
    QTextStream out(&file);
383
 
383
 
384
     /*
384
     /*
385
     * Put the data into the file
385
     * Put the data into the file
386
     */
386
     */
387
 
-
 
-
 
387
    team_type   team_buf;
388
    for(int i = config.min_team; i <= config.max_team; i++ )
388
    for(int i = config.min_team; i <= config.max_team; i++ )
389
    {
389
    {
390
        if( valid_field( i ) && g_record( i, &team_buf ) )
390
        if( valid_field( i ) && g_record( i, &team_buf ) )
391
        {
391
        {
392
            /*
392
            /*