Fixed max depth str length to be closer to actual range of lengths.
This commit is contained in:
parent
6ffe39308b
commit
7e373e12b2
2
bb.c
2
bb.c
@ -1197,7 +1197,7 @@ void update_term_size(int sig)
|
|||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
char *initial_path = NULL, depthstr[64] = {0};
|
char *initial_path = NULL, depthstr[16] = {0};
|
||||||
char sep = '\n';
|
char sep = '\n';
|
||||||
int print_dir = 0, print_selection = 0;
|
int print_dir = 0, print_selection = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user