Skip to content

Fix a bug in getSxRefFile.pl

Latest
Compare
Choose a tag to compare
@ljw20180420 ljw20180420 released this 24 Jun 03:48
· 16 commits to main since this release

Fix a bug in getSxRefFile.pl. Change substr($, $spos, 1) = "AA"; to substr($, $spos, 2) = "AA".