Removed dependencies of libburn where possible and removed

the remaining demo/iso_grow.c from Makefile.am.
This commit is contained in:
2009-02-18 10:29:26 +01:00
parent a097793caf
commit c1ba7d93d9
9 changed files with 206 additions and 14 deletions

View File

@ -1868,7 +1868,7 @@ int iso_node_get_acl_text(IsoNode *node,
size_t num_attrs = 0, *value_lengths = NULL;
char **names = NULL, **values = NULL;
mode_t st_mode;
mode_t st_mode = 0;
int ret;
if (flag & (1 << 15)) {