@@ -184,7 +184,6 @@ void vhd_create_file(FILE *f, VHDMeta *vhdm, int cyl, int heads, int spt, VHDTyp
if(type==VHD_DYNAMIC)
{
size_ts;
uint8_tzero_byte=0U;
uint8_tmax_byte=255U;
fseeko64(f,0,SEEK_SET);
fwrite(&vhdm->raw_footer,VHD_FOOTER_SZ,1,f);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.