aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.c b/bb.c
index f2ff0d0..d2dae40 100644
--- a/bb.c
+++ b/bb.c
@@ -1197,7 +1197,7 @@ void update_term_size(int sig)
int main(int argc, char *argv[])
{
- char *initial_path = NULL, depthstr[64] = {0};
+ char *initial_path = NULL, depthstr[16] = {0};
char sep = '\n';
int print_dir = 0, print_selection = 0;