mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
FIX: bug
This commit is contained in:
committed by
André Berg
parent
003977dad9
commit
73fcb78cb4
@@ -55,6 +55,7 @@ void add_line(struct PBGitGraphLine *lines, int *nLines, int upper, int from, in
|
||||
i++;
|
||||
if(*it == (PBGitLane *)endLane) {
|
||||
delete *it;
|
||||
endLane = NULL;
|
||||
continue;
|
||||
}
|
||||
// This is our commit! We should do a "merge": move the line from
|
||||
|
||||
Reference in New Issue
Block a user