Fixed a typo in a warning message.
This commit is contained in:
parent
35c043a0f9
commit
8ad92a08ea
@ -5,7 +5,7 @@ bzr branch lp:libisofs/for-libisoburn (to become libisofs-0.6.40.tar.gz)
|
|||||||
libisofs-0.6.38.tar.gz Sat Oct 23 2010
|
libisofs-0.6.38.tar.gz Sat Oct 23 2010
|
||||||
===============================================================================
|
===============================================================================
|
||||||
* New API calls iso_write_opts_attach_jte() and iso_write_opts_detach_jte()
|
* New API calls iso_write_opts_attach_jte() and iso_write_opts_detach_jte()
|
||||||
allow to use of libjte for jigdo production.
|
allow to use libjte for jigdo production.
|
||||||
* New API call iso_write_opts_set_tail_blocks() for tail padding inside
|
* New API call iso_write_opts_set_tail_blocks() for tail padding inside
|
||||||
ISO image.
|
ISO image.
|
||||||
* New API call iso_image_generator_is_running() to learn when the write thread
|
* New API call iso_image_generator_is_running() to learn when the write thread
|
||||||
|
@ -248,7 +248,7 @@ int create_tree(Ecma119Image *t, IsoNode *iso, JolietNode **tree, int pathlen)
|
|||||||
char *ipath = iso_tree_get_node_path(iso);
|
char *ipath = iso_tree_get_node_path(iso);
|
||||||
ret = iso_msg_submit(t->image->id, ISO_FILE_IGNORED, 0,
|
ret = iso_msg_submit(t->image->id, ISO_FILE_IGNORED, 0,
|
||||||
"Can't add %s to Joliet tree. %s can only be added to a "
|
"Can't add %s to Joliet tree. %s can only be added to a "
|
||||||
"Rock Ridget tree.", ipath, (iso->type == LIBISO_SYMLINK ?
|
"Rock Ridge tree.", ipath, (iso->type == LIBISO_SYMLINK ?
|
||||||
"Symlinks" : "Special files"));
|
"Symlinks" : "Special files"));
|
||||||
free(ipath);
|
free(ipath);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user