Add getter and setter for sort_weight.

This commit is contained in:
Vreixo Formoso
2007-12-07 22:36:26 +01:00
parent 70b9b87150
commit f04ddb4435
3 changed files with 53 additions and 1 deletions

View File

@ -87,7 +87,7 @@ struct Iso_File
/**
* It sorts the order in which the file data is written to the CD image.
* Higher weighting filesare written at the beginning of image
* Higher weighting files are written at the beginning of image
*/
int sort_weight;
IsoStream *stream;