Code

Fix memory allocation check in open_commit_parent_menu
authorJonas Fonseca <fonseca@diku.dk>
Sun, 22 Feb 2009 17:58:25 +0000 (18:58 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Sun, 22 Feb 2009 17:58:25 +0000 (18:58 +0100)
commit6a72f9bcd5aa5ef11500357077eb00a3c271bb61
tree2aef92c7c96c20bcc7a746fe4b6c226ad0ea228b
parent0a4694191613f887151a52f0c70e6b6181ea5fb6
Fix memory allocation check in open_commit_parent_menu

The check was not converted when the code was moved to a separate
function before the commit. To test the menu using the tig repository
start tig using:

tig blame cf63d30cbc4efb2bb87e52c4e54366751bb958fa Makefile

Then go to line 80 (type ":80<enter>") and press the key for moving to
the parent (bound to ',' by default).
tig.c