mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-03 21:52:58 +03:00
* fileopctx.c: Removed unnecessary function casts.
This commit is contained in:
parent
b8438197e1
commit
cbcdeeefbf
@ -8,6 +8,7 @@
|
||||
* find.c: Removed a function cast by using the wrapper function
|
||||
cstrstr().
|
||||
* filegui.c: Removed unnecessary function casts.
|
||||
* fileopctx.c: Likewise.
|
||||
|
||||
2005-05-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
|
@ -47,7 +47,7 @@ file_op_context_new (FileOperation op)
|
||||
ctx->progress_bytes = 0.0;
|
||||
ctx->op_preserve = TRUE;
|
||||
ctx->do_reget = TRUE;
|
||||
ctx->stat_func = (mc_stat_fn) mc_lstat;
|
||||
ctx->stat_func = mc_lstat;
|
||||
ctx->preserve = TRUE;
|
||||
ctx->preserve_uidgid = (geteuid () == 0) ? TRUE : FALSE;
|
||||
ctx->umask_kill = 0777777;
|
||||
|
Loading…
x
Reference in New Issue
Block a user