mirror of
https://github.com/git/git.git
synced 2025-03-24 04:10:02 +00:00
gitk: Fix incorrect invocation of getmergediffline
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
3754354125
commit
c5a4c4debe
2
gitk
2
gitk
@ -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]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user