]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - libexfat/node.c
Imported Upstream version 1.2.2
[sven/exfat-utils.git] / libexfat / node.c
index f3d10e0ef8d05cc1a6be8c162f919b73e1071011..d05f20dc15aecb729c52557186a778eb8530e368 100644 (file)
@@ -664,7 +664,7 @@ int exfat_flush_node(struct exfat* ef, struct exfat_node* node)
        }
 
        node->flags &= ~EXFAT_ATTRIB_DIRTY;
-       return 0;
+       return exfat_flush(ef);
 }
 
 static bool erase_entry(struct exfat* ef, struct exfat_node* node)