From: Lawrence S. <ljs...@us...> - 2013-04-10 00:48:18
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via a9dfe43213f47264982d426f5364b09381dde05c (commit) from de3fe342ba44fe1353cf2315bceaa53d3b0a56e1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a9dfe43213f47264982d426f5364b09381dde05c Author: Lawrence Sebald <ljs...@us...> Date: Tue Apr 9 20:48:02 2013 -0400 Fix a small mistake in the last commit. ----------------------------------------------------------------------- Summary of changes: addons/libkosext2fs/inode.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/addons/libkosext2fs/inode.c b/addons/libkosext2fs/inode.c index 96292ac..975d25b 100644 --- a/addons/libkosext2fs/inode.c +++ b/addons/libkosext2fs/inode.c @@ -563,7 +563,7 @@ static int ext2_inode_free_all(ext2_fs_t *fs, ext2_inode_t *inode, } else if(!--xattr->h_refcount) { printf("Freeing xattr at block %d\n", (int)inode->i_file_acl); - if((rv = mark_block_free(fs, blk))) + if((rv = mark_block_free(fs, inode->i_file_acl))) return rv; } hooks/post-receive -- A pseudo Operating System for the Dreamcast. |