diff -urN ../tmp-orig/udftools-1.0.0b3/wrudf/wrudf.c ./wrudf/wrudf.c --- ../tmp-orig/udftools-1.0.0b3/wrudf/wrudf.c 2002-11-26 08:18:51.000000000 +0100 +++ ./wrudf/wrudf.c 2005-01-04 16:56:49.394078200 +0100 @@ -245,7 +245,7 @@ } else if( strncmp( spm->partIdent.ident, UDF_ID_VIRTUAL, strlen(UDF_ID_VIRTUAL)) == 0 ) virtualPartitionNum = i; } - (char*)spm += spm->partitionMapLength; + spm = (char*)spm + spm->partitionMapLength; } if( medium == CDR ) {