Fixed a code typo which luckily had no negative effect with existing use cases
This commit is contained in:
parent
4bb3dbf4c4
commit
2cab2102e0
@ -4008,7 +4008,7 @@ int Xorriso_hfsplus_file_creator_type(struct XorrisO *xorriso, char *path,
|
||||
int ret;
|
||||
IsoNode *node;
|
||||
|
||||
if(in_node == NULL && !(flag * 1)) {
|
||||
if(in_node == NULL && !(flag & 1)) {
|
||||
ret= Xorriso_node_from_path(xorriso, NULL, path, &node, 0);
|
||||
if(ret <= 0)
|
||||
return(ret);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2017.07.21.105310"
|
||||
#define Xorriso_timestamP "2017.08.07.134036"
|
||||
|
Loading…
Reference in New Issue
Block a user