Subversion Repositories public

Rev

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

Rev 213 Rev 217
Line 1413... Line 1413...
1413
 
1413
 
1414
void disassemble::garmin_print_d1009 (D1009 *x)
1414
void disassemble::garmin_print_d1009 (D1009 *x)
1415
{
1415
{
1416
	memset(&run, 0, sizeof(RUN));
1416
	memset(&run, 0, sizeof(RUN));
1417
	garmin_print_d1002((D1002 *)&x->workout);
1417
	garmin_print_d1002((D1002 *)&x->workout);
-
 
1418
	memmove (&run.workout, &workout, sizeof (WORKOUT));
1418
	run.type = 1009;
1419
	run.type = 1009;
1419
	run.track_index = x->track_index;
1420
	run.track_index = x->track_index;
1420
	run.sport_type = x->sport_type;
1421
	run.sport_type = x->sport_type;
1421
	run.first_lap_index = x->first_lap_index;
1422
	run.first_lap_index = x->first_lap_index;
1422
	run.last_lap_index = x->last_lap_index;
1423
	run.last_lap_index = x->last_lap_index;