xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit ab81a19d843b4bfe5a274e3db7b226797026e696

Remove logic from assert() statement
Author: xaizek
Author date (UTC): 2013-10-30 22:50
Committer name: xaizek
Committer date (UTC): 2013-10-30 22:50
Parent(s): 970d203dc9ad225a02e18eafc3d7efac05b27158
Signing key:
Tree: 903a66fef4b0140d6de205dc1ff96ddd2e810e50
File Lines added Lines deleted
src/menus/commands_menu.c 2 1
File src/menus/commands_menu.c changed (mode: 100644) (index dfef64e36..3cdfde8bc)
... ... show_commands_menu(FileView *view)
61 61 cmdname_width = cmdname_len; cmdname_width = cmdname_len;
62 62 } }
63 63
64 assert(list[++m.len] != NULL && "Broken list of user-defined commands.");
64 m.len++;
65 assert(list[m.len] != NULL && "Broken list of user-defined commands.");
65 66 } }
66 67 m.len /= 2; m.len /= 2;
67 68
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master