Skip to content

Commit

Permalink
gitk: Fix incorrect invocation of getmergediffline
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Apr 6, 2006
1 parent 3754354 commit c5a4c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -2700,7 +2700,7 @@ proc getmergediffline {mdf id np} {
incr nextupdate 100
fileevent $mdf readable {}
update
fileevent $mdf readable [list getmergediffline $mdf $id]
fileevent $mdf readable [list getmergediffline $mdf $id $np]
}
}

Expand Down

0 comments on commit c5a4c4d

Please sign in to comment.