Arun Prakash Jana
5 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
1 additions and
3 deletions
-
src/nnn.c
|
|
@@ -1497,9 +1497,7 @@ static int entrycmp(const void *va, const void *vb) |
|
|
|
|
|
|
|
if (pb->size < pa->size) |
|
|
|
return -1; |
|
|
|
} |
|
|
|
|
|
|
|
if (cfg.blkorder) { |
|
|
|
} else if (cfg.blkorder) { |
|
|
|
if (pb->blocks > pa->blocks) |
|
|
|
return 1; |
|
|
|
|
|
|
|