Backported fix for charset warning and memory leaks

This commit is contained in:
Mario Danic
2006-09-19 17:07:21 +00:00
parent cfa7c7d152
commit a9e0723b71
8 changed files with 179 additions and 95 deletions

View File

@@ -51,7 +51,7 @@ struct iso_tree_node
{
struct iso_volume *volume;
struct iso_tree_node *parent;
wchar_t *name;
char *name;
struct stat attrib; /**< The POSIX attributes of this node as
* documented in "man 2 stat". */
struct iso_file_location loc;