mirror of
https://github.com/jarun/nnn.git
synced 2025-04-19 20:04:53 +00:00
Remove redundant initialization
This commit is contained in:
parent
e4afd91ec0
commit
6fb4338ffa
1 changed files with 1 additions and 1 deletions
|
@ -1168,7 +1168,7 @@ static void xrm(char *path)
|
|||
|
||||
static bool batch_rename(const char *path)
|
||||
{
|
||||
int fd1 = -1, fd2 = -1, i;
|
||||
int fd1, fd2, i;
|
||||
uint count = 0, lines = 0;
|
||||
bool dir = FALSE, ret = FALSE;
|
||||
const char renamecmd[] = "paste -d'\n' %s %s | xargs -d'\n' -n2 mv 2>/dev/null";
|
||||
|
|
Loading…
Add table
Reference in a new issue