Преглед изворни кода

Fix -Os compilation warnings

master
Arun Prakash Jana пре 7 година
родитељ
комит
092cdf3f82
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      nnn.c

+ 1
- 1
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 fltr[LINE_MAX];
char *dir, *tmp, *run, *env, *dstdir = NULL;
char *dir, *tmp, *run = NULL, *env = NULL, *dstdir = NULL;
struct stat sb;
int r, fd, presel;
enum action sel = SEL_RUNARG + 1;


Loading…
Откажи
Сачувај