Subversion Repositories svn1

Rev

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

Rev 149 Rev 150
Line 255... Line 255...
255
            /*
255
            /*
256
            **  Basic information
256
            **  Basic information
257
            **      - Team number
257
            **      - Team number
258
            **      - Full team name
258
            **      - Full team name
259
            */
259
            */
260
            out << team_buf.numb;
260
            out << "\"" << team_buf.numb << "\"";
261
            out << ",\"" << team_buf.name << "\"";
261
            out << ",\"" << team_buf.name << "\"";
262
            out << ",\"" <<(team_buf.teamclass == 0 ? "" : config.team_class[team_buf.teamclass - 1].abr)  << "\"";
262
            out << ",\"" <<(team_buf.teamclass == 0 ? "" : config.team_class[team_buf.teamclass - 1].abr)  << "\"";
263
 
263
 
264
            for(int j = 1; j <= config.num_legs; j++ )
264
            for(int j = 1; j <= config.num_legs; j++ )
265
            {
265
            {