mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-17 17:42:02 -05:00
Endfile 19 ...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1029 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
c43cabedd3
commit
cc13ce0f8f
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#-------------------------------------------------------------------- MAP65
|
#--------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -33,6 +33,9 @@ subroutine map65a(newdat)
|
|||||||
if(nrw26.ne.0) then
|
if(nrw26.ne.0) then
|
||||||
endfile (26) !Compiler bug? Don't write "end file 26" !!!
|
endfile (26) !Compiler bug? Don't write "end file 26" !!!
|
||||||
rewind 26
|
rewind 26
|
||||||
|
rewind 19
|
||||||
|
endfile (19)
|
||||||
|
rewind 19
|
||||||
nrw26=0
|
nrw26=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user