git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1756 ab8295b8-cf94-4d9e-aec4-7959e3be5d79

This commit is contained in:
Joe Taylor 2010-01-15 16:40:33 +00:00
parent 4f6e3d73e2
commit fcdfe2ac58
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ subroutine cs_init
character*12 csub0
integer*8 mtx
common/mtxcom/mtx,ltrace,mtxstate,csub0
ltrace=3
ltrace=0
mtxstate=0
csub0='**unlocked**'
call fthread_mutex_init(mtx)