Removed a redundant line of code

release-1.5.4.branch
Thomas Schmitt 14 years ago
parent 1218e6e32d
commit 1195614881

@ -394,7 +394,6 @@ int img_collect_inos(IsoImage *image, IsoDir *dir, int flag)
return ret;
while (iso_dir_iter_next(iter, &node) == 1 ) {
ret = img_register_ino(image, node, 0);
if (ret < 0)
if (ret < 0)
goto ex;
if (iso_node_get_type(node) == LIBISO_DIR) {

Loading…
Cancel
Save