Write Joliet directory structures and path tables.

This commit is contained in:
Vreixo Formoso
2008-01-06 19:08:35 +01:00
parent 6d276ac0f6
commit e9bcb22cee
2 changed files with 187 additions and 3 deletions

View File

@ -598,7 +598,7 @@ int ecma119_writer_write_data(IsoImageWriter *writer)
Ecma119Image *t;
if (writer == NULL) {
return ISO_MEM_ERROR;
return ISO_NULL_POINTER;
}
t = writer->target;