Added a comment to node.c

This commit is contained in:
Thomas Schmitt 2013-12-12 09:25:40 +01:00
parent bc5e2227c8
commit 1338f29d62
1 changed files with 1 additions and 0 deletions

View File

@ -2569,6 +2569,7 @@ int iso_node_set_ino(IsoNode *node, ino_t ino, int flag)
ret = iso_stream_set_image_ino(file->stream, ino, 0);
if (ret < 0 || ret == 1)
return ret;
/* ret == 0 means that the stream is not from loaded ISO image */
} else if (node->type == LIBISO_SYMLINK) {
symlink = (IsoSymlink *) node;