sfm

simple file manager
git clone https://git.afify.dev/sfm.git
Log | Files | Refs | README | LICENSE

commit a11d51a3f1f1ae78de5cae7a45a6641f580caf40
parent 581a36848dd6a398f6ac5f2461400cbf64da8a1b
Author: afify <hassan@afify.dev>
Date:   Fri, 11 Jun 2021 18:38:51 +0300

[fix] remove extra call for start_signal()

Diffstat:
Msfm.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sfm.c b/sfm.c @@ -1796,7 +1796,6 @@ start(void) set_panes(); get_editor(); PERROR(start_signal() < 0); - PERROR(start_signal() < 0); PERROR(fsev_init() < 0); PERROR(listdir(&panes[Left]) < 0); PERROR(listdir(&panes[Right]) < 0);