mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 14:18:38 -05:00
Fix defect in timer call chain maintenance
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4945 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
90940a4eac
commit
004a604cde
@ -122,6 +122,9 @@ subroutine timer(dname,k)
|
|||||||
!$ !same call chain so roll up data
|
!$ !same call chain so roll up data
|
||||||
!$ ncall(j)=ncall(j)+ncall(i)
|
!$ ncall(j)=ncall(j)+ncall(i)
|
||||||
!$ ut(j)=ut(j)+ut(i)
|
!$ ut(j)=ut(j)+ut(i)
|
||||||
|
!$ do n=1,nmax
|
||||||
|
!$ if (nparent(n).eq.i) nparent(n)=j
|
||||||
|
!$ end do
|
||||||
!$ name(i)=space
|
!$ name(i)=space
|
||||||
!$ exit
|
!$ exit
|
||||||
!$ end if
|
!$ end if
|
||||||
|
Loading…
Reference in New Issue
Block a user