Initial structure for ECMA-119 writer.

This commit is contained in:
Vreixo Formoso
2007-12-17 23:22:19 +01:00
parent 159b775d22
commit 5e2de57aa9
7 changed files with 139 additions and 25 deletions

View File

@ -95,7 +95,7 @@ int main(int argc, char **argv)
ecma119->image = image;
/* create low level tree */
result = ecma119_tree_create(ecma119, iso_image_get_root(image));
result = ecma119_tree_create(ecma119);
if (result < 0) {
printf ("Error creating ecma-119 tree: %d\n", result);
return 1;