View | Details | Raw Unified
Collapse All | Expand All

(-) ../tmp-orig/udftools-1.0.0b3/wrudf/wrudf.c (-1 / +1 lines)
 Lines 245-251    Link Here 
	    } else if( strncmp( spm->partIdent.ident, UDF_ID_VIRTUAL, strlen(UDF_ID_VIRTUAL)) == 0 )
	    } else if( strncmp( spm->partIdent.ident, UDF_ID_VIRTUAL, strlen(UDF_ID_VIRTUAL)) == 0 )
		virtualPartitionNum = i;
		virtualPartitionNum = i;
	}
	}
	(char*)spm += spm->partitionMapLength;
	spm = (char*)spm + spm->partitionMapLength;
    }
    }
    if( medium == CDR ) {
    if( medium == CDR ) {