mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
non-relevant comment removed
This commit is contained in:
parent
43918cc4ba
commit
1e59c411b5
@ -465,7 +465,6 @@ enum {
|
||||
static int warn_same_file(const char *fmt, const char *a, const char *b)
|
||||
{
|
||||
char *msg;
|
||||
/* We don't expect %d etc, just %s, so strlen(fmt) should be ok */
|
||||
int result = 0;
|
||||
msg = g_strdup_printf (fmt, a, b);
|
||||
result = query_dialog (MSG_ERROR, msg, D_ERROR, 2, _("&Skip"), _("&Abort"));
|
||||
|
Loading…
Reference in New Issue
Block a user