mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Remove one argument for format,in order to avoid a compiler warning
Signed-off-by: Patrick Winnertz <winnie@debian.org>
This commit is contained in:
parent
2a9faab6e4
commit
9f4b6d4b2f
@ -507,7 +507,7 @@ init_subshell (void)
|
||||
case FISH:
|
||||
g_snprintf (precmd, sizeof (precmd),
|
||||
"function fish_prompt ; pwd>&%d;kill -STOP %%self; end\n",
|
||||
subshell_pipe[WRITE], subshell_pipe[WRITE]);
|
||||
subshell_pipe[WRITE]);
|
||||
break;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user