Misc. minor fixes
Этот коммит содержится в:
родитель
93a97381bd
Коммит
82ec5b9fa8
@ -131,7 +131,7 @@ struct dir *browse_sort(struct dir *list) {
|
|||||||
|
|
||||||
void browse_draw_info(struct dir *dr) {
|
void browse_draw_info(struct dir *dr) {
|
||||||
struct dir *t;
|
struct dir *t;
|
||||||
int i,j;
|
int i;
|
||||||
|
|
||||||
nccreate(11, 60, "Item info");
|
nccreate(11, 60, "Item info");
|
||||||
|
|
||||||
|
@ -452,8 +452,10 @@ int calc_process() {
|
|||||||
free(name);
|
free(name);
|
||||||
free(path);
|
free(path);
|
||||||
|
|
||||||
if(links != NULL)
|
if(links != NULL) {
|
||||||
free(links);
|
free(links);
|
||||||
|
links = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
/* success */
|
/* success */
|
||||||
if(!n && !failed) {
|
if(!n && !failed) {
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <dirent.h>
|
|
||||||
|
|
||||||
#ifndef LINK_MAX
|
#ifndef LINK_MAX
|
||||||
# ifdef _POSIX_LINK_MAX
|
# ifdef _POSIX_LINK_MAX
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user