cd9660_write.c | 147 volume_descriptor *vd_temp = diskStructure->firstVolumeDescriptor; local in function:cd9660_write_volume_descriptors 148 while (vd_temp != NULL) { 149 cd9660_write_filedata(diskStructure, fd, vd_temp->sector, 150 vd_temp->volumeDescriptorData, 1); 151 vd_temp = vd_temp->next;
|