2014-10-25 Fred Gleason <fredg@paravelsystems.com>

* Added fade markers to the 'MarkerSet::dump()' method in
	'utils/rdimport/markerset.cpp'.
This commit is contained in:
Fred Gleason
2014-10-25 19:02:57 -04:00
parent 1afd09366c
commit e0238e12da
2 changed files with 7 additions and 0 deletions

View File

@@ -141,6 +141,10 @@ void MarkerSet::dump()
printf(" Marker End %s: ",(const char *)marker_marker);
printf("%d mS\n",marker_end_value);
}
if(marker_fade_valid) {
printf(" Marker %s: ",(const char *)marker_marker);
printf("%d mS\n",marker_fade_value);
}
}