commit | fe86f2d7cdb284f18543cac2e6cbbe11352c7f48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 28 20:29:07 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 28 20:29:07 2008 +0000 |
tree | 9b8155ee2c3fe3142e4258590d210451db55db1f | |
parent | a40b46614a54de01a74d37a771db4dbfa44afee9 [diff] [blame] |
updated for version 7.2-055
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index e3049fb..45d8c81 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -1941,7 +1941,7 @@ * root. */ if (fp_out != NULL) - (void)fchown(fileno(fp_out), st_old.st_uid, st_old.st_gid); + ignored = fchown(fileno(fp_out), st_old.st_uid, st_old.st_gid); #endif } }