* filegui.c: Removed unnecessary function casts.
Этот коммит содержится в:
родитель
12641d520f
Коммит
b8438197e1
@ -7,6 +7,7 @@
|
||||
* util.c: Likewise.
|
||||
* find.c: Removed a function cast by using the wrapper function
|
||||
cstrstr().
|
||||
* filegui.c: Removed unnecessary function casts.
|
||||
|
||||
2005-05-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
|
@ -909,9 +909,9 @@ file_mask_dialog (FileOpContext *ctx, FileOperation operation, const char *text,
|
||||
g_free (def_text_secure);
|
||||
|
||||
if (ctx->follow_links)
|
||||
ctx->stat_func = (mc_stat_fn) mc_stat;
|
||||
ctx->stat_func = mc_stat;
|
||||
else
|
||||
ctx->stat_func = (mc_stat_fn) mc_lstat;
|
||||
ctx->stat_func = mc_lstat;
|
||||
|
||||
if (ctx->op_preserve) {
|
||||
ctx->preserve = 1;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user