mirror of
https://github.com/jarun/nnn.git
synced 2024-11-11 14:44:20 +03:00
Fix -Os compilation warnings
This commit is contained in:
parent
d6b80b380f
commit
092cdf3f82
2
nnn.c
2
nnn.c
@ -2084,7 +2084,7 @@ browse(char *ipath, char *ifilter)
|
|||||||
{
|
{
|
||||||
static char path[PATH_MAX], oldpath[PATH_MAX], newpath[PATH_MAX], lastdir[PATH_MAX], mark[PATH_MAX];
|
static char path[PATH_MAX], oldpath[PATH_MAX], newpath[PATH_MAX], lastdir[PATH_MAX], mark[PATH_MAX];
|
||||||
static char fltr[LINE_MAX];
|
static char fltr[LINE_MAX];
|
||||||
char *dir, *tmp, *run, *env, *dstdir = NULL;
|
char *dir, *tmp, *run = NULL, *env = NULL, *dstdir = NULL;
|
||||||
struct stat sb;
|
struct stat sb;
|
||||||
int r, fd, presel;
|
int r, fd, presel;
|
||||||
enum action sel = SEL_RUNARG + 1;
|
enum action sel = SEL_RUNARG + 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user